CalculatedMember.MdxLong Property
mdxLong.Represents the attribte in schema: mdxLong
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "mdxLong")> _
Public Property MdxLong As StringValue
Get
Set
'Usage
Dim instance As CalculatedMember
Dim value As StringValue
value = instance.MdxLong
instance.MdxLong = value
[SchemaAttrAttribute(, "mdxLong")]
public StringValue MdxLong { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue