ITabSheet.DeleteColumns

Syntax

DeleteColumns(Column: Integer; Count: Integer);

Parameters

Columns. Index of the column from which column deletion starts. Admissible parameter value lies within the [0; ColumnsCount) range.

Count. Columns to be deleted.

Description

The DeleteColumns method allows to delete the specified number of columns (the Count parameter), starting from the column, the index of which is passed as the Column input parameter.

See also:

ITabSheet