Rows(Start: Integer; Finish: Integer): ITabRange;
Start. Number of the first row in the range.
Finish. Number of the last row in the range.
Admissible parameter value lies within the [0; RowsCount) range.
The Rows property returns the rows of the table, the range of which is passed as the Start and Finish input parameters.
The property use is given in the example for ITabSheet.Columns.
See also: