delete_range method
delete_range(self, start_row, start_column, end_row, end_column, shift_type)
Deletes a range of cells and shift cells according to the shift option.
def delete_range(self, start_row, start_column, end_row, end_column, shift_type):
...
| Parameter | Type | Description |
|---|---|---|
| start_row | int | Start row index. |
| start_column | int | Start column index. |
| end_row | int | End row index. |
| end_column | int | End column index. |
| shift_type | aspose.cells.ShiftType | Shift cells option. |
See Also
- module
aspose.cells - class
Cells