ContentControl值(目标地址)

时间:2018-09-24 21:54:01

标签: vba ms-word word-contentcontrol

我当前正在使用Microsoft Word 2016中的内容控件。在excel中,存在“ Intersect(Target,Range(xx,xx))”功能,因此该宏仅基于特定的单元格进行激活。

BasePage.xaml.cs

基本上,我只希望在该人退出contentcontrols 8,11,14时激活ContentControl。

1 个答案:

答案 0 :(得分:-1)

尝试:

function getDefaultAdapter() {
  var adapter;
  if (typeof XMLHttpRequest !== 'undefined') {
    // For browsers use XHR adapter
    adapter = xhr;
  } else if (typeof process !== 'undefined') {
    // For node use HTTP adapter
    adapter = xhr;
  }
  return adapter;
}
相关问题