Specifies the location of the summary columns in the outline.
[Visual Basic] Public Enum XlSummaryColumn [C#] public enum XlSummaryColumn [C++] public __value enum XlSummaryColumn [JScript] public enum XlSummaryColumn
| Member Name | Description |
|---|---|
| xlSummaryOnLeft | The summary column will be positioned to the left of the detail columns in the outline. |
| xlSummaryOnRight | The summary column will be positioned to the right of the detail columns in the outline. |
Namespace: NativeExcel
Assembly: NativeExcel (in NativeExcel.dll)
NativeExcel Namespace | IOutline.SummaryColumn Property