delete_columns method
delete_columns
Deletes several columns.
def delete_columns(self, column_index, total_columns, update_reference):
...
Parameter | Type | Description |
---|---|---|
column_index | int | Index of the first column to be deleted. |
total_columns | int | Count of columns to be deleted. |
update_reference | bool | Indicates whether update references in other worksheets. |
See Also
- module
aspose.cells
- class
Cells