Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / InsertShiftDirection Enumeration
In This Topic
    InsertShiftDirection Enumeration
    In This Topic
    Specifies the direction in which to shift cells during an insertion.
    Members
    MemberDescription
    AutoSpecifies that the shift direction is decided based on the shape of the range.
    DownSpecifies to shift cells down.
    RightSpecifies to shift cells to the right.
    Inheritance Hierarchy

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

    See Also