Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SummaryRow Enumeration


In This Topic
    SummaryRow Enumeration
    In This Topic
    Specifies the location of the summary rows in the outline.
    Syntax
    'Declaration
     
    
    Public Enum SummaryRow 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SummaryRow
    public enum SummaryRow : System.Enum 
    Members
    MemberDescription
    AboveThe summary row will be positioned above the detail rows in the outline.
    BelowThe summary row will be positioned below the detail rows in the outline.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.SummaryRow

    See Also