MdxFunctionValues Enumeration

MDX Function Type

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Members

Member name Description
CubeMember Cube Member. When the item is serialized out as xml, its value is "m".
CubeValue Cube Value. When the item is serialized out as xml, its value is "v".
CubeSet Cube Set. When the item is serialized out as xml, its value is "s".
CubeSetCount Cube Set Count. When the item is serialized out as xml, its value is "c".
CubeRankedMember Cube Ranked Member. When the item is serialized out as xml, its value is "r".
CubeMemberProperty Cube Member Property. When the item is serialized out as xml, its value is "p".
CubeKPIMember Cube KPI Member. When the item is serialized out as xml, its value is "k".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace