MoveNext
- Last UpdatedNov 17, 2021
- 1 minute read
The MoveNext method selects the next row in the data grid.
Syntax
aaHistClientActiveDataGrid.MoveNext();
Remarks
If an attempt is made to move past the last row the EOF property is set to True.
The MoveNext method selects the next row in the data grid.
aaHistClientActiveDataGrid.MoveNext();
If an attempt is made to move past the last row the EOF property is set to True.