CalculatedMembers Collection
Excel Developer Reference |
A collection of all the CalculatedMember objects on the specified PivotTable.
Remarks
Each CalculatedMember object represents a calculated member or calculated measure.
Use the CalculatedMembers property of the PivotTable object to return a CalculatedMembers collection.
Example
The following example adds a set to a PivotTable, assuming a PivotTable from the FoodMart SQL database exists on the active worksheet.
Visual Basic for Applications |
---|
|
Note |
---|
For the Add method in the previous example, the Formula argument must have a valid MDX syntax statement. The Name argument has to be acceptable to the Online Analytical Processing (OLAP) provider and the Type argument has to be defined. |
See Also