[]
Specifies the direction in which to shift cells during an insertion.
public enum InsertShiftDirection
Auto = 0
Specifies that the shift direction is decided based on the shape of the range.
Down = 2
Specifies to shift cells down.
Right = 1
Specifies to shift cells to the right.