Share via


Connections Constructors

Definition

Overloads

Connections()

Initializes a new instance of the Connections class.

Connections(OpenXmlElement[])

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

Connections(IEnumerable<OpenXmlElement>)

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

Connections(String)

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

Connections()

Initializes a new instance of the Connections class.

public Connections ();
Public Sub New ()

Applies to

Connections(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Connections(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Connections(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to