Share via


Range.TopLevelTables Property

Returns a Tables collection that represents the tables at the outermost nesting level in the current range.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property TopLevelTables As Tables
    Get
'Usage
Dim instance As Range
Dim value As Tables

value = instance.TopLevelTables
Tables TopLevelTables { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Tables

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.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace