Mdx.CubeFunction Property

Cube Function Tag.Represents the attribte in schema: f

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

Syntax

'Declaration
<SchemaAttrAttribute(, "f")> _
Public Property CubeFunction As EnumValue(Of MdxFunctionValues)
    Get
    Set
'Usage
Dim instance As Mdx
Dim value As EnumValue(Of MdxFunctionValues)

value = instance.CubeFunction

instance.CubeFunction = value
[SchemaAttrAttribute(, "f")]
public EnumValue<MdxFunctionValues> CubeFunction { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<MdxFunctionValues>
Returns EnumValue<T>.

See Also

Reference

Mdx Class

Mdx Members

DocumentFormat.OpenXml.Spreadsheet Namespace