ITabSheet.MaxUsedColumn

Syntax

MaxUsedColumn([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 MaxUsedColumn property returns maximum index of a used table column.

Comments

This property returns maximum index of a column that contains visual data or 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.

Example

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

See also:

ITabSheet