CubeField.Orientation (Excel)

Returns or sets an XlPivotFieldOrientation value that represents the location of the field in the specified PivotTable report. Possible return values are xlColumnField - Column, xlDataField - Data, xlHidden - Hidden, xlPageField - Page, xlRowField - Row.

For OLAP data sources, setting this property for one field in a hierarchy sets the orientation for the other fields in the same hierarchy. Dimension fields can only be oriented in the row, column, and page field areas of the PivotTable report. Measure fields can only be oriented in the data area. Setting a hierarchy or data field to xlHidden removes the hierarchy or field from the PivotTable report.


ActiveCell.PivotField.CubeField.Orientation = xlColumnField