Returns the number of the next row displayed in the current Table control.
// -- Exit code of the row
RowNum is int = NextIndex()
Trace("Number of the next row: " + RowNum)
Syntax
<Result>: Integer
Number of the next row displayed in the current Table control. NextIndex must be used in the exit code of the row. The result will be meaningless if this function is used in another process.