delete_columns method
delete_columns(self, column_index, total_columns, update_reference)
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. |
delete_columns(self, column_index, total_columns, options)
Deletes several columns.
def delete_columns(self, column_index, total_columns, options):
...
| Parameter | Type | Description |
|---|---|---|
| column_index | int | Index of the first column to be deleted. |
| total_columns | int | Count of columns to be deleted. |
| options | aspose.cells.DeleteOptions | Options for the deleting operation |
See Also
- module
aspose.cells - class
Cells