Enum GridShiftType

GridShiftType enumeration

Represent the shift options when deleting a range of cells.

public enum GridShiftType

Values

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

See Also