PivotTable.CubeFields Property
Excel Developer Reference |
Returns the CubeFields collection. Each CubeField object contains the properties of the cube field element. Read-only.
Syntax
expression.CubeFields
expression A variable that represents a PivotTable object.
Example
This example creates a list of cube field names for the data fields in the first OLAP-based PivotTable report on Sheet1.
Visual Basic for Applications |
---|
|
See Also