CubeField Object
Excel Developer Reference |
Represents a hierarchy or measure field from an OLAP cube. In a PivotTable report, the CubeField object is a member of the CubeFields collection.
Example
Use the CubeField property to return the CubeField object. This example creates a list of the cube field names for all the hierarchy fields in the first OLAP-based PivotTable report on Sheet1.
Visual Basic for Applications |
---|
|
Use CubeFields(
index
), where
index
is the cube field’s index number, to return a single CubeField object. The following example determines the name of the second cube field in the first PivotTable report on the active worksheet.
Visual Basic for Applications |
---|
|
See Also