Aspose::Cells::ShiftType enum
ShiftType enum
Represent the shift options when deleting a range of cells.
enum class ShiftType
Values
Name | Value | Description |
---|---|---|
Down | 0 | Shift cells down. |
Left | 1 | Shift cells left. |
None | 2 | Do not shift cells. |
Right | 3 | Shift cells right. |
Up | 4 | Shift cells up. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++