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)
| Member name | Description | |
|---|---|---|
| xlColumnField | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the Column field. | |
| xlDataField | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the Data field. | |
| xlHidden | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies that the field is hidden. | |
| xlPageField | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the Page field. | |
| xlRowField | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the Row field. |
Show: