Dialog newDialog = wordApplication.Dialogs[WdWordDialog.wdDialogContentControlProperties];
newDialog.Show();
如果没有ContentControl被选中,上面代码会报错。
Dialog newDialog = wordApplication.Dialogs[WdWordDialog.wdDialogContentControlProperties];
newDialog.Show();
如果没有ContentControl被选中,上面代码会报错。