GridCells.DeleteRange
GridCells.DeleteRange method
Deletes a range of cells and shift cells according to the shift option.
public void DeleteRange(int startRow, int startColumn, int endRow, int endColumn,
GridShiftType shiftType)
Parameter | Type | Description |
---|---|---|
startRow | Int32 | Start row index. |
startColumn | Int32 | Start column index. |
endRow | Int32 | End row index. |
endColumn | Int32 | End column index. |
shiftType | GridShiftType | Shift cells option. |
See Also
- enum GridShiftType
- class GridCells
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb