Row
- Last UpdatedNov 17, 2021
- 1 minute read
The Row property is a read-only property that returns the relative row number of the selected row in the data grid.
Syntax
Result = aaHistClientActiveDataGrid.Row;
Return Value
The return value is an integer that specifies the number of the selected row. Row numbers start at 1.
Remarks
The default value is -1.