XlPivotFieldOrientation Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the location of the field in a PivotTable report.

public enum class XlPivotFieldOrientation
public enum XlPivotFieldOrientation
type XlPivotFieldOrientation = 
Public Enum XlPivotFieldOrientation
Inheritance
XlPivotFieldOrientation

Fields

xlColumnField 2

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

xlDataField 4

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

xlHidden 0

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies that the field is hidden.

xlPageField 3

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

xlRowField 1

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

Applies to