Enum ShiftType

ShiftType enumeration

Represent the shift options when deleting a range of cells.

public enum ShiftType

Values

NameValueDescription
Down0Shift cells down.
Left1Shift cells left.
None2Do not shift cells.
Right3Shift cells right.
Up4Shift cells up.

See Also