Share via


Mdx Constructors

Definition

Overloads

Mdx()

Initializes a new instance of the Mdx class.

Mdx(OpenXmlElement[])

Initializes a new instance of the Mdx class with the specified child elements.

Mdx(IEnumerable<OpenXmlElement>)

Initializes a new instance of the Mdx class with the specified child elements.

Mdx(String)

Initializes a new instance of the Mdx class from outer XML.

Mdx()

Initializes a new instance of the Mdx class.

public Mdx ();
Public Sub New ()

Applies to

Mdx(OpenXmlElement[])

Initializes a new instance of the Mdx class with the specified child elements.

public Mdx (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.Mdx : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.Mdx
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Mdx(IEnumerable<OpenXmlElement>)

Initializes a new instance of the Mdx class with the specified child elements.

public Mdx (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.Mdx : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.Mdx
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Mdx(String)

Initializes a new instance of the Mdx class from outer XML.

public Mdx (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.Mdx : string -> DocumentFormat.OpenXml.Spreadsheet.Mdx
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to