com.grapecity.documents.excel Package / LabelAlignment Enumeration
LabelAlignment Enumeration
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