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