RowNumber property: Row class
Description
This property returns the row number (starting from 1) of the row within its rowset.
This property is read-only.
Example
The following returns the row number of the current effective-date row.
&NUMBER = GetRowset(SCROLL.MYRECORD).GetCurrEffRow().RowNumber;