Chameleon and Iguana Plugin C# Class Libraries

Table.ColumnType Method 

Get the column type of the column at index ColumnIndex.

[Visual Basic]
Public Function ColumnType( _
   ByVal ColumnIndex As Integer _
) As DataType
[C#]
public DataType ColumnType(
   int ColumnIndex
);

Remarks

See http://www.interfaceware.com/manual/table_properties.html for more information on table data types.

See Also

Table Class | iNTERFACEWARE.Chameleon Namespace