XlLayoutFormType Enumeration
Specifies the way the specified PivotTable items appear—in table format or in outline format.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlLayoutFormType
'Usage
Dim instance As XlLayoutFormType
public enum XlLayoutFormType
Members
Member name | Description | |
---|---|---|
xlTabular | Default. | |
xlOutline | The LayoutSubtotalLocation property specifies where the subtotal appears in the PivotTable report. |