ColumnName
- Last UpdatedNov 17, 2021
- 1 minute read
The ColumnName method returns the column name that corresponds to the specified column index.
Syntax
Result = aaHistClientActiveDataGrid.ColumnName(integer columnIndex);
Parameters
columnIndex
Number of the column name for which the string representation is returned. Column names start at 1.
Return Value
The name of the column as a message value.