Icon RowNo Property

property RowNo: Integer

Usage

Available In: Client and Server Applications

Gets or sets the row number for the active row in the dataset. If this property is set, then the dataset will automatically navigate to the specified row number, if the row number is greater than 0 and less than or equal to the RowCount property.

Information The row number for a row is a logical construct, which means that it can change as the dataset is sorted, or as rows are inserted or deleted in the dataset.
Image