MdxSet Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MdxSet() |
Initializes a new instance of the MdxSet class. |
MdxSet(OpenXmlElement[]) |
Initializes a new instance of the MdxSet class with the specified child elements. |
MdxSet(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the MdxSet class with the specified child elements. |
MdxSet(String) |
Initializes a new instance of the MdxSet class from outer XML. |
MdxSet()
Initializes a new instance of the MdxSet class.
public MdxSet ();
Public Sub New ()
Applies to
MdxSet(OpenXmlElement[])
Initializes a new instance of the MdxSet class with the specified child elements.
public MdxSet (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.MdxSet : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.MdxSet
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
MdxSet(IEnumerable<OpenXmlElement>)
Initializes a new instance of the MdxSet class with the specified child elements.
public MdxSet (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.MdxSet : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.MdxSet
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
MdxSet(String)
Initializes a new instance of the MdxSet class from outer XML.
public MdxSet (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.MdxSet : string -> DocumentFormat.OpenXml.Spreadsheet.MdxSet
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.