Chameleon and Iguana Plugin C# Class Libraries |
|
Table.CountOfColumn Method
Get the number of table columns.
[Visual Basic]
Public Function CountOfColumn() As
Integer
[C#]
public
int CountOfColumn();
Remarks
Usage of this method with ColumnName offers an easy way to iterate through the columns in the table.
See Also
Table Class | iNTERFACEWARE.Chameleon Namespace