ColumnValueByName
- Last UpdatedNov 17, 2021
- 1 minute read
The ColumnValueByName method gets the string representation of the data for the specified column name, for the currently selected row.
Syntax
Result = aaHistClientActiveDataGrid.ColumnValueByName(message columnName);
Parameters
columnName
The name of the column.
Return Value
The data in the column as a message value.