asposecells.api

Class ShiftType

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

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

    • Field Detail

      • DOWN

        const int DOWN
        Shift cells down.
      • LEFT

        const int LEFT
        Shift cells left.
      • NONE

        const int NONE
        Do not shift cells.
      • RIGHT

        const int RIGHT
        Shift cells right.
      • UP

        const int UP
        Shift cells up.