RowColumnValueByName
- Last UpdatedNov 17, 2021
- 1 minute read
The RowColumnValueByName method gets the value at the indicated row and column (specified by name).
Syntax
[Result=] aaHistClientActiveDataGrid.RowColumnValueByName(integer row, message columnName);
Parameters
row
Number of the row for which the string representation is returned. Row numbers start at 1.
columnName
Name of the column for which the string representation is returned.
Return Value
A message representation of the data.
Remarks
This property does not move the selected row, nor does it require the selected row to be changed.