CurrentRowNumber
- Last UpdatedNov 25, 2015
- 1 minute read
This read-only property returns the row value most recently set by the last call to SelectRow() or the new row number that has been created if AddRow() has been called since SelectRow().
This property returns a value of -1 if any of the following conditions occurred:
-
A call to SelectRow() was not made.
-
An invalid row number was passed in the last call to SelectRow().
-
DeleteCurrentRow() was called.
Syntax
long CurrentRowNumber;