Range.TopLevelTables Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Tables collection that represents the tables at the outermost nesting level in the current range.
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
Property Value
Remarks
This method returns a collection containing only those tables at the outermost nesting level within the context of the current range or selection. These tables may not be at the outermost nesting level within the entire set of nested tables.