Identifies the number of the current row in the retrieved ADO record set.
Syntax
object.CurrentRow [= Long]
Parameters
The CurrentRow property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Long |
The zero-based number of the current record in the record array. |
Remarks
The CurrentRow value is visible in the Data Control in Run mode. Use the MoveNext, MovePrevious, MoveFirst, and MoveLast methods to change the current row number.