Chameleon and Iguana Plugin C# Class Libraries

Table.SubTable Method 

Get the sub-table with the specified row and table index.

[Visual Basic]
Public Function SubTable( _
   ByVal RowIndex As Integer, _
   ByVal TableIndex As Integer _
) As Table
[C#]
public Table SubTable(
   int RowIndex,
   int TableIndex
);

See Also

Table Class | iNTERFACEWARE.Chameleon Namespace