Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SummaryRow Enumeration


SummaryRow Enumeration
Specifies the location of the summary rows in the outline.
Syntax
'Declaration
 
Public Enum SummaryRow 
   Inherits System.Enum
 
'Usage
 
Dim instance As SummaryRow
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