Range.TopLevelTables 属性

定义

返回一个 Tables 集合,该集合表示当前区域中最外层嵌套级别的表。

public:
 property Microsoft::Office::Interop::Word::Tables ^ TopLevelTables { Microsoft::Office::Interop::Word::Tables ^ get(); };
public Microsoft.Office.Interop.Word.Tables TopLevelTables { get; }
member this.TopLevelTables : Microsoft.Office.Interop.Word.Tables
Public ReadOnly Property TopLevelTables As Tables

属性值

注解

此方法返回一个集合,该集合仅包含当前范围或所选内容上下文中最外层嵌套级别的表。 这些表格可能不在整套嵌套表格的最外部嵌套层中。

适用于