Chameleon and Iguana Plugin C# Class Libraries

Table.ColumnName Method 

Get the table column name.

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

Remarks

Usage of this method with CountOfColumn offers an easy way to iterate through the columns in the table.

See Also

Table Class | iNTERFACEWARE.Chameleon Namespace