Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CellTypeTextAlign Enumeration
In This Topic
    CellTypeTextAlign Enumeration
    In This Topic
    Specifies the text alignment for checkbox/radiolist cells.
    Members
    MemberDescription
    LeftSpecifies text is to the left of the checkbox/radiolist.
    RightSpecifies text is to the right of the checkbox/radiolist.
    Inheritance Hierarchy

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

    See Also