​
​
​

Gets the table at the current input position. To get a particular table with a certain identifier use the base class's implementation TableBaseCollection.GetItem.

GetItem()

​public Table GetItem();
​Public Function GetItem() As Table

Return Value

The return value is the requested table. It is null if there is no table at the current input position.

​