RowColumnValue
- Last UpdatedNov 17, 2021
- 1 minute read
The RowColumnValue method returns the string representation of the data in the specified row and column in the data grid.
Syntax
[Result=] aaHistClientActiveDataGrid.RowColumnValue(integer row, integer column);
Parameters
row
Number of the row for which the string representation is returned. Row numbers start at 1.
column
Number of the column for which the string representation is returned. Column numbers start at 1.
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.