Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / SummaryColumn Enumeration
In This Topic
    SummaryColumn Enumeration
    In This Topic
    Specifies the location of the summary columns in the outline.
    Members
    MemberDescription
    LeftSpecifies that the summary column will be positioned to the left of the detail columns in the outline.
    RightSpecifies that the summary column will be positioned to the right of the detail columns in the outline.
    Inheritance Hierarchy

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

    See Also