MetadataTypes Constructors

Definition

Overloads

MetadataTypes()

Initializes a new instance of the MetadataTypes class.

MetadataTypes(OpenXmlElement[])

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

MetadataTypes(IEnumerable<OpenXmlElement>)

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

MetadataTypes(String)

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

MetadataTypes()

Initializes a new instance of the MetadataTypes class.

public MetadataTypes ();
Public Sub New ()

Applies to

MetadataTypes(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

MetadataTypes(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

MetadataTypes(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to