Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Direction Enumeration
In This Topic
    Direction Enumeration
    In This Topic
    Specifies the direction in which to move.
    Members
    MemberDescription
    DownSpecifies the move direction is down.
    ToLeftSpecifies the move direction is left.
    ToRightSpecifies the move direction is right.
    UpSpecifies the move direction is up.
    Inheritance Hierarchy

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

    See Also