DefinedNames Constructors

Definition

Overloads

DefinedNames()

Initializes a new instance of the DefinedNames class.

DefinedNames(OpenXmlElement[])

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

DefinedNames(IEnumerable<OpenXmlElement>)

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

DefinedNames(String)

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

DefinedNames()

Initializes a new instance of the DefinedNames class.

public DefinedNames ();
Public Sub New ()

Applies to

DefinedNames(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DefinedNames(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DefinedNames(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to