Chameleon and Iguana Plugin C# Class Libraries |
|
Table.ColumnIndex Method
Get the column index of the column named ColumnName
.
[Visual Basic]
Public Function ColumnIndex( _
ByVal
ColumnName As
String _
) As
Integer
[C#]
public
int ColumnIndex(
string ColumnName);
Remarks
Returns -1 if there is no column with the name ColumnName
.
See Also
Table Class | iNTERFACEWARE.Chameleon Namespace