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.
Specifies the location of the field in a PivotTable report.
public enum class XlPivotFieldOrientation
public enum XlPivotFieldOrientation
Public Enum XlPivotFieldOrientation
- Inheritance
-
XlPivotFieldOrientation
Fields
Name | Value | Description |
---|---|---|
0 | Hidden. |
|
xlRowField | 1 | Row. |
xlColumnField | 2 | Column. |
xlPageField | 3 | Page. |
xlDataField | 4 | Data. |