WdWordDialog.wdDialogContentControlProperties 使用
Dialog newDialog = wordApplication.Dialogs[WdWordDialog.wdDialogContentControlProperties];
newDialog.Show();
如果没有ContentControl被选中,上面代码会报错。
征诛志异,三让两家王朝;功同开辟,一桮万古江南。
Dialog newDialog = wordApplication.Dialogs[WdWordDialog.wdDialogContentControlProperties];
newDialog.Show();
如果没有ContentControl被选中,上面代码会报错。