XlCalculatedMemberType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of a calculated member in a pivot table.
public enum class XlCalculatedMemberType
public enum XlCalculatedMemberType
Public Enum XlCalculatedMemberType
- Inheritance
-
XlCalculatedMemberType
Fields
Name | Value | Description |
---|---|---|
xlCalculatedMember | 0 | The member uses a Multidimensional Expression (MDX) formula. |
xlCalculatedSet | 1 | The member contains an MDX formula for a set in a cube field. |
xlCalculatedMeasure | 2 | The member is a Multidimensional Expressions (MDX) expression that defines the measure. |