insert_range method
Contents
[
Hide
]insert_range(self, area, shift_type)
Inserts a range of cells and shift cells according to the shift option.
def insert_range(self, area, shift_type):
...
| Parameter | Type | Description |
|---|---|---|
| area | aspose.cells.CellArea | Shift area. |
| shift_type | aspose.cells.ShiftType | Shift cells option. |
insert_range(self, area, shift_number, shift_type)
Inserts a range of cells and shift cells according to the shift option.
def insert_range(self, area, shift_number, shift_type):
...
| Parameter | Type | Description |
|---|---|---|
| area | aspose.cells.CellArea | Shift area. |
| shift_number | int | Number of rows or columns to be inserted. |
| shift_type | aspose.cells.ShiftType | Shift cells option. |
insert_range(self, area, shift_number, shift_type, update_reference)
Inserts a range of cells and shift cells according to the shift option.
def insert_range(self, area, shift_number, shift_type, update_reference):
...
| Parameter | Type | Description |
|---|---|---|
| area | aspose.cells.CellArea | Shift area. |
| shift_number | int | Number of rows or columns to be inserted. |
| shift_type | aspose.cells.ShiftType | Shift cells option. |
| update_reference | bool | Indicates whether update references in other worksheets. |
See Also
- module
aspose.cells - class
Cells