CalculatedMember Members

Include Protected Members
Include Inherited Members

Represents the calculated fields and calculated items for PivotTables with Online Analytical Processing (OLAP) data sources.

The CalculatedMember type exposes the following members.

Properties

  Name Description
Public property _Default Reserved for internal use.
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created.
Public property DisplayFolder Gets the display folder name for a named set.
Public property Dynamic Gets whether the specified named set is recalculated with every update.
Public property FlattenHierarchies Gets or sets whether items from all levels of the hierarchy of the specified named set are displayed in the same field of a PivotTable report based on an OLAP cube.
Public property Formula Returns the member's formula in multidimensional expressions (MDX) syntax.
Public property HierarchizeDistinct Gets or sets whether to order and remove duplicates when displaying the hierarchy of the specified named set in a PivotTable report based on an OLAP cube.
Public property IsValid Returns a Boolean that indicates whether the specified calculated member has been successfully instantiated with the OLAP provider during the current session.
Public property Name Returns the name of the object.
Public property Parent Returns the parent object for the specified object.
Public property SolveOrder Returns an Integer specifying the value of the calculated member's solve order MDX (multidimensional expression) argument. The default value is zero.
Public property SourceName Returns the specified object’s name as it appears in the original source data for the specified PivotTable report.
Public property Type Returns the calculated member type.

Top

Methods

  Name Description
Public method Delete Deletes the object.

Top

See Also

Reference

CalculatedMember Interface

Microsoft.Office.Interop.Excel Namespace