Gets a table's outer table. The property's value is an object of the type Table or null if this table is a top-level table.

Introduced: 11.0.

Syntax

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

Limitations

Read only.