Aspose::Cells::Cells::DeleteRange method
Cells::DeleteRange method
Deletes a range of cells and shift cells according to the shift option.
void Aspose::Cells::Cells::DeleteRange(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn, ShiftType shiftType)
| Parameter | Type | Description |
|---|---|---|
| startRow | int32_t | Start row index. |
| startColumn | int32_t | Start column index. |
| endRow | int32_t | End row index. |
| endColumn | int32_t | End column index. |
| shiftType | ShiftType | Shift cells option. |
See Also
- Class Vector
- Enum ShiftType
- Class Cells
- Namespace Aspose::Cells
- Library Aspose.Cells for C++