ITabSheet.InsertColumns

Syntax

InsertColumns(Column: Integer; Count: Integer);

Parameters

Column. Index of the column before which columns will be inserted. Admissible parameter value lies within the [0; ColumnsCount) range.

Count. The number of columns to be added.

Description

The InsertColumns method allows to insert the specified number of columns (the Count parameter) before the column, index of which is passed as the Column input parameter.

Comments

To provide correct method performance the parameters ratio need to be as follows: Column + Count <= ColumnsCount.

See also:

ITabSheet