GridCells.InsertRange
Contents
[
Hide
]InsertRange(GridCellArea, GridShiftType)
Inserts a range of cells and shift cells according to the shift option.
public void InsertRange(GridCellArea area, GridShiftType shiftType)
Parameter | Type | Description |
---|---|---|
area | GridCellArea | Shift area. |
shiftType | GridShiftType | Shift cells option. |
See Also
- class GridCellArea
- enum GridShiftType
- class GridCells
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
InsertRange(GridCellArea, int, GridShiftType, bool)
Inserts a range of cells and shift cells according to the shift option.
public void InsertRange(GridCellArea area, int shiftNumber, GridShiftType shiftType,
bool updateReference)
Parameter | Type | Description |
---|---|---|
area | GridCellArea | Shift area. |
shiftNumber | Int32 | Number of rows or columns to be inserted. |
shiftType | GridShiftType | Shift cells option. |
updateReference | Boolean | Indicates if update references in other worksheets. |
See Also
- class GridCellArea
- enum GridShiftType
- class GridCells
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb