insert_cut_cells method
insert_cut_cells(self, cut_range, row, column, shift_type)
Insert cut range.
def insert_cut_cells(self, cut_range, row, column, shift_type):
...
| Parameter | Type | Description |
|---|---|---|
| cut_range | aspose.cells.Range | The cut range. |
| row | int | The row. |
| column | int | The column. |
| shift_type | aspose.cells.ShiftType | The shift type . |
See Also
- module
aspose.cells - class
Cells