Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CheckBoxAlign Enumeration
In This Topic
    CheckBoxAlign Enumeration
    In This Topic
    Specifies the text alignment for check box cells.
    Members
    MemberDescription
    BottomSpecifies text is below the check box.
    LeftSpecifies text is to the left of the check box.
    RightSpecifies text is to the right of the check box.
    TopSpecifies text is on top of the check box.
    Inheritance Hierarchy

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

    See Also