ColumnCount
- Last UpdatedNov 17, 2021
- 1 minute read
The ColumnCount property is a read-only property that gets the number of columns in the current result set of the data grid.
Syntax
Result = aaHistClientActiveDataGrid.ColumnCount;
Return Value
Returns the number of columns as an integer. If the data grid is not connected, 0 is returned.
Remarks
The default value is 0.