ITabSheet.MaxNotEmptyColumn

Syntax

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

Parameters

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

Description

The MaxNotEmptyColumn property returns maximum index of column that contains data.

Comments

The property returns maximum index of the column that contains visual data. The property ignores columns that may contain formulas calculation of which results in empty value. Depending on value of the WithObjects parameter, the columns area of which contains various table objects may be taken into account.

See also:

ITabSheet