Aspose::Cells::ShiftType enum

ShiftType enum

Represent the shift options when deleting a range of cells.

enum class ShiftType

Values

NameValueDescription
Down0
Shift cells down.
Left1
Shift cells left.
None2
Do not shift cells.
Right3
Shift cells right.
Up4
Shift cells up.

See Also