ITabSheet.MaxNotEmptyRow

Syntax

MaxNotEmptyRow([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 is to be taken into account.

Description

The MaxNotEmptyRow property returns maximum index of row that contains data.

Comments

The property returns maximum index of the row that contains visual data. The property ignores rows that 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.

See also:

ITabSheet