DeleteColumns(Column: Integer; Count: Integer);
Columns. Index of the column from which column deletion starts. Admissible parameter value lies within the [0; ColumnsCount) range.
Count. Columns to be deleted.
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: