XlPivotFieldOrientation Enumeration
Specifies the location of the field in a PivotTable report.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration XlPivotFieldOrientation
'Usage
Dim instance As XlPivotFieldOrientation
public enum XlPivotFieldOrientation
Members
Member name | Description | |
---|---|---|
xlColumnField | Specifies the Column field. | |
xlDataField | Specifies the Data field. | |
xlHidden | Specifies that the field is hidden. | |
xlPageField | Specifies the Page field. | |
xlRowField | Specifies the Row field. |