XlPivotFieldOrientation Enumeration

Specifies the location of the field in a PivotTable report.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlPivotFieldOrientation
'Usage
Dim instance As XlPivotFieldOrientation
public enum XlPivotFieldOrientation

Members

Member name Description
xlColumnField Column.
xlDataField Data.
xlHidden Hidden.
xlPageField Page.
xlRowField Row.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace