Result:-GetRowIndex - get the row index of the current row
|
Calling Sequence
|
|
result:-GetRowIndex( )
|
|
Description
|
|
•
|
If the current row is not a row containing data (the row before the first row, or the row after the last row) GetRowIndex returns 0.
|
•
|
GotoRow can be used to move to a row whose index was returned by GetRowIndex.
|
•
|
Deleting or inserting rows in the table may change the indices of rows. Do not assume that indices received before such an operation will index the same rows after.
|
|
|
Examples
|
|
Create a Result.
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?