Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / DeleteShiftDirection Enumeration
In This Topic
    DeleteShiftDirection Enumeration
    In This Topic
    Specifies how to shift cells to replace deleted cells.
    Members
    MemberDescription
    AutoSpecifies that the shift direction is based on the shape of the range.
    LeftSpecifies that cells are shifted to the left.
    UpSpecifies that cells are shifted up.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.DeleteShiftDirection

    See Also