ITabSheet.Rows

Syntax

Rows(Start: Integer; Finish: Integer): ITabRange;

Parameters

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.

Description

The Rows property returns the rows of the table, the range of which is passed as the Start and Finish input parameters.

Example

The property use is given in the example for ITabSheet.Columns.

See also:

ITabSheet