ColumnCount Property
The number of records in the Column arrays.
Syntax
int GetColumnCount();
int SetColumnCount(int iColumnCount);
Default Value
0
Remarks
This property controls the size of the following arrays:- ColumnColName
- ColumnDisplayName
- ColumnFromBaseType
- ColumnHidden
- ColumnMaxLength
- ColumnName
- ColumnPrimaryKey
- ColumnRawXML
- ColumnReadOnly
- ColumnRequired
- ColumnType
- ColumnUpdateOp
The array indices start at 0 and end at ColumnCount-1.
This property is not available at design time.
Data Type
Integer