语法
表达式.Information(Type)
表达式 必选。一个代表 Range 对象的变量。
参数
示例
如果第十个单词位于某个表格中,则以下示例选定该表格。
if(ActiveDocument.Words.Item(10).Information(wdWithInTable)) { ActiveDocument.Words.Item(10).Tables.Item(1).Select() }