MetadataStrings Constructors

Definition

Overloads

MetadataStrings()

Initializes a new instance of the MetadataStrings class.

MetadataStrings(OpenXmlElement[])

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

MetadataStrings(IEnumerable<OpenXmlElement>)

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

MetadataStrings(String)

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

MetadataStrings()

Initializes a new instance of the MetadataStrings class.

public MetadataStrings ();
Public Sub New ()

Applies to

MetadataStrings(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

MetadataStrings(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

MetadataStrings(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to