ITabSheet.MaxUsedRow

Syntax

MaxUsedRow([WithObjects: Boolean = False]): Integer;

Parameters

The WithObjects parameter determines whether rows the area of which contains various table objects are to be taken into account. If True is passed as the parameter value row data are to be taken into account.

Description

The MaxUsedRow property returns maximum index of a used table row.

Comments

This property returns maximum index of a row that contains visual data or may contain formulas calculation of which results in empty value. Depending on value of the WithObjects parameter, the rows area of which contains various table objects may be taken into account.

Example

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

See also:

ITabSheet