XlPivotFieldOrientation enumeration

Office 2013 and later

You should access and use this enumeration from the Excel primary interop assembly (PIA).

Specifies the location of the field in a PivotTable report.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
xlColumnFieldYou should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the Column field.
xlDataFieldYou should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the Data field.
xlHiddenYou should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies that the field is hidden.
xlPageFieldYou should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the Page field.
xlRowFieldYou should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the Row field.
Show: