[]
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.
public enum SummaryColumn
Public Enum SummaryColumn
worksheet.Outline.SummaryColumn = SummaryColumn.Left;
worksheet.Range["A:E"].Group();
worksheet.Range["A:C"].Group();
| 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. |