[]
Specifies how to shift cells to replace deleted cells.
public enum DeleteShiftDirection
Auto = 0
Specifies that the shift direction is based on the shape of the range.
Left = 2
Specifies that cells are shifted to the left.
Up = 1
Specifies that cells are shifted up.