Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / SummaryRow Enumeration
In This Topic
    SummaryRow Enumeration
    In This Topic
    Specifies the location of the summary rows in the outline.
    Syntax
    public enum SummaryRow : System.Enum 
    Members
    MemberDescription
    Above Specifies that the summary row will be positioned above the detail rows in the outline.
    Below Specifies that the summary row will be positioned below the detail rows in the outline.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.SummaryRow

    See Also