WdWordDialog.wdDialogContentControlProperties 使用

Dialog newDialog = wordApplication.Dialogs[WdWordDialog.wdDialogContentControlProperties];
 
            newDialog.Show();
 

如果没有ContentControl被选中,上面代码会报错。



posted @ 2012-04-16 13:10  许阳 无锡  阅读(142)  评论(0编辑  收藏  举报