Spread Windows Forms 12.0 Product Documentation
SummaryRow Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : 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
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

Reference

GrapeCity.Spreadsheet Namespace