Share via


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)

Usage

Dim xlLayoutFormType1 As XlLayoutFormType = XlLayoutFormType.xlOutline

Syntax

Public Enum XlLayoutFormType
public enum XlLayoutFormType
public enum class XlLayoutFormType
public enum XlLayoutFormType
public enum XlLayoutFormType

Members

Member name Description
xlOutline The LayoutSubtotalLocation property specifies where the subtotal appears in the PivotTable report.
xlTabular Default.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace