Specifies the location of the field in a PivotTable report.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("7FAC3690-46D1-49CD-8793-5690439DDC8B")> _
Public Enumeration XlPivotFieldOrientation
'Usage
Dim instance As XlPivotFieldOrientation
[GuidAttribute("7FAC3690-46D1-49CD-8793-5690439DDC8B")]
public enum XlPivotFieldOrientation
Members
| Member name | Description | |
|---|---|---|
| xlColumnField | A column field. | |
| xlDataField | A data field. | |
| xlHidden | A hidden field. | |
| xlPageField | A page field. | |
| xlRowField | A row field. |