Range.TopLevelTables Property

Definition

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.

Applies to