com.aspose.cells

Class ShiftType

  • java.lang.Object
    • com.aspose.cells.ShiftType
public class ShiftType 
extends java.lang.Object

Utility class containing constants. Represent the shift options when deleting a range of cells.

Field Summary
static final intDOWN
Shift cells down.
static final intLEFT
Shift cells left.
static final intNONE
Do not shift cells.
static final intRIGHT
Shift cells right.
static final intUP
Shift cells up.
 

    • Field Detail

      • DOWN

        public static final int DOWN
        Shift cells down.
      • LEFT

        public static final int LEFT
        Shift cells left.
      • NONE

        public static final int NONE
        Do not shift cells.
      • RIGHT

        public static final int RIGHT
        Shift cells right.
      • UP

        public static final int UP
        Shift cells up.