Enum ShiftType
Enum ShiftType
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represent the shift options when deleting a range of cells.
public enum ShiftType
Fields
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.