Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / SummaryRow Enumeration
In This Topic
    SummaryRow Enumeration
    In This Topic
    Specifies the location of the summary rows in the outline.
    Members
    MemberDescription
    AboveSpecifies that the summary row will be positioned above the detail rows in the outline.
    BelowSpecifies that the summary row will be positioned below the detail rows in the outline.
    Inheritance Hierarchy

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

    See Also