XlCalculatedMemberType Enumeration

Specifies the type of a calculated member in a pivot table.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlCalculatedMemberType
'Usage
Dim instance As XlCalculatedMemberType
public enum XlCalculatedMemberType

Members

Member name Description
xlCalculatedMember The member uses a Multidimensional Expression (MDX) formula.
xlCalculatedSet The member contains an MDX formula for a set in a cube field.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace