ITabSheet.Cells

Syntax

Cells(

TopRow: Integer;

LeftColumn: Integer;

BottomRow: Integer;

RightColumn: Integer): ITabRange;

Description

The Cells property returns the cell range, the coordinates of which are passed as the TopRow, LeftColumn, BottomRow and RightColumn input parameters.

Comments

To get a cell in the table range, use the ITabSheet.ParseCellEx property.

Example

The property use is given in description of the ITabRange.Merge property.

See also:

ITabSheet