Chameleon and Iguana Plugin C# Class Libraries

Table.SubTableIndex Method 

Get the index of the sub-table named SubTableName.

[Visual Basic]
Public Function SubTableIndex( _
   ByVal SubTableName As String _
) As Integer
[C#]
public int SubTableIndex(
   string SubTableName
);

Remarks

If the sub-table name does not exist the function will return -1.

See Also

Table Class | iNTERFACEWARE.Chameleon Namespace