XlSummaryRow Enumeration
Specifies the location of the summary rows in the outline.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlSummaryRow
'Usage
Dim instance As XlSummaryRow
public enum XlSummaryRow
Members
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. |