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