Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / HeaderFooterPosition Enumeration
In This Topic
    HeaderFooterPosition Enumeration
    In This Topic
    Specifies the header/footer's position in the sheet.
    Members
    MemberDescription
    CenterIndicates the header/footer's position in center.
    LeftIndicates the header/footer's position in left.
    RightIndicates the header/footer's position in right.
    Inheritance Hierarchy

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

    See Also