MdxMetadata 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
MdxMetadata() |
Initializes a new instance of the MdxMetadata class. |
MdxMetadata(OpenXmlElement[]) |
Initializes a new instance of the MdxMetadata class with the specified child elements. |
MdxMetadata(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the MdxMetadata class with the specified child elements. |
MdxMetadata(String) |
Initializes a new instance of the MdxMetadata class from outer XML. |
MdxMetadata()
Initializes a new instance of the MdxMetadata class.
public MdxMetadata ();
Public Sub New ()
Applies to
MdxMetadata(OpenXmlElement[])
Initializes a new instance of the MdxMetadata class with the specified child elements.
public MdxMetadata (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.MdxMetadata : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.MdxMetadata
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
MdxMetadata(IEnumerable<OpenXmlElement>)
Initializes a new instance of the MdxMetadata class with the specified child elements.
public MdxMetadata (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.MdxMetadata : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.MdxMetadata
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
MdxMetadata(String)
Initializes a new instance of the MdxMetadata class from outer XML.
public MdxMetadata (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.MdxMetadata : string -> DocumentFormat.OpenXml.Spreadsheet.MdxMetadata
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.