MaxUsedColumn([WithObjects: Boolean = False]): Integer;
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.
The MaxUsedColumn property returns maximum index of a used table column.
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.
The property use is given in the example for ITabSheet.Columns.
See also: