[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SummaryColumn

SummaryColumn Enum

Specifies the position of the summary column in an outline.

Used with SummaryColumn to control whether the summary column appears to the left or right of the detail columns in a column grouping.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public enum SummaryColumn
Public Enum SummaryColumn
Examples
worksheet.Outline.SummaryColumn = SummaryColumn.Left;
worksheet.Range["A:E"].Group();
worksheet.Range["A:C"].Group();

Fields

Name Description
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.