Specifies the location of the summary rows in the outline.
[Visual Basic] Public Enum XlSummaryRow [C#] public enum XlSummaryRow [C++] public __value enum XlSummaryRow [JScript] public enum XlSummaryRow
| Member Name | Description |
|---|---|
| xlSummaryAbove | The summary row will be positioned above the detail rows in the outline. |
| xlSummaryBelow | The summary row will be positioned below the detail rows in the outline. |
Namespace: NativeExcel
Assembly: NativeExcel (in NativeExcel.dll)
NativeExcel Namespace | IOutline.SummaryRow Property