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


In This Topic
    SummaryColumn Enumeration
    In This Topic
    Specifies the location of the summary columns in the outline.
    Syntax
    'Declaration
     
    
    Public Enum SummaryColumn 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SummaryColumn
    public enum SummaryColumn : System.Enum 
    Members
    MemberDescription
    LeftThe summary column will be positioned to the left of the detail columns in the outline.
    RightThe summary column will be positioned to the right of the detail columns in the outline.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.SummaryColumn

    See Also