​
​
​

Gets a table's outermost table. This is a top-level table with a nested level of 1. The property's value is an object of the type Table or null if this table is already a top-level table.

​ Introduced: 11.0.

Syntax

​public Table OuterMostTable { get; }
​Public ReadOnly Property OuterMostTable() As Table
​

Limitations

Read only.

​