Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / LabelAlignment Enumeration
In This Topic
    LabelAlignment Enumeration
    In This Topic
    Specifies the cell label position.
    Members
    MemberDescription
    bottomCenterIndicates that the cell label position is bottom-center.
    bottomLeftIndicates that the cell label position is bottom-left.
    bottomRightIndicates that the cell label position is bottom-right.
    topCenterIndicates that the cell label position is top-center.
    topLeftIndicates that the cell label position is top-left.
    topRightIndicates that the cell label position is top-right.
    Inheritance Hierarchy

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

    See Also