XlPivotFieldOrientation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
0 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies that the field is hidden. |
|
xlRowField | 1 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the Row field. |
xlColumnField | 2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the Column field. |
xlPageField | 3 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the Page field. |
xlDataField | 4 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the Data field. |