PivotField.CubeField Property
Excel Developer Reference |
Returns the CubeField object from which the specified PivotTable field is descended. Read-only.
Syntax
expression.CubeField
expression A variable that represents a PivotField object.
Example
This example creates a list of the cube field names for all the hierarchy fields in the first Online Analytical Processing (OLAP) -based PivotTable report on the first worksheet. This example assumes a PivotTable report exists in the first worksheet.
Visual Basic for Applications |
---|
|
See Also