Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / SummaryColumn Enumeration
In This Topic
    SummaryColumn Enumeration
    In This Topic
    Specifies the location of the summary columns in the outline.
    Syntax
    public enum SummaryColumn : System.Enum 
    Members
    MemberDescription
    Left Specifies that the summary column will be positioned to the left of the detail columns in the outline.
    Right Specifies that the summary column will be positioned to the right of the detail columns in the outline.
    Inheritance Hierarchy

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

    See Also