ShiftType Enum

ShiftType Enum

Represent the shift options when deleting a range of cells.


type ShiftType int32

Fields

FieldDescription
DownShift cells down.
LeftShift cells left.
NoneDo not shift cells.
RightShift cells right.
UpShift cells up.