ARow Property
Returns the row number of the active cell in the Grid. Read only. Available only at run time.
Syntax
object.ARow [= number ]
The syntax of the ARow Property has these parts:
| Part | Description |
| object | A DGrid control. |
| number | The row number of the active cell. |
Remarks
ARow always returns 0 for the first row in the grid and RecordCount - 1 for the last.
Data Type
Long