Share via


ExternalReferences Constructors

Definition

Overloads

ExternalReferences()

Initializes a new instance of the ExternalReferences class.

ExternalReferences(OpenXmlElement[])

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

ExternalReferences(IEnumerable<OpenXmlElement>)

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

ExternalReferences(String)

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

ExternalReferences()

Initializes a new instance of the ExternalReferences class.

public ExternalReferences ();
Public Sub New ()

Applies to

ExternalReferences(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ExternalReferences(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ExternalReferences(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to