ConnectionExtension Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ConnectionExtension() |
Initializes a new instance of the ConnectionExtension class. |
ConnectionExtension(OpenXmlElement[]) |
Initializes a new instance of the ConnectionExtension class with the specified child elements. |
ConnectionExtension(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the ConnectionExtension class with the specified child elements. |
ConnectionExtension(String) |
Initializes a new instance of the ConnectionExtension class from outer XML. |
ConnectionExtension()
Initializes a new instance of the ConnectionExtension class.
public ConnectionExtension ();
Public Sub New ()
Applies to
ConnectionExtension(OpenXmlElement[])
Initializes a new instance of the ConnectionExtension class with the specified child elements.
public ConnectionExtension (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
ConnectionExtension(IEnumerable<OpenXmlElement>)
Initializes a new instance of the ConnectionExtension class with the specified child elements.
public ConnectionExtension (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
ConnectionExtension(String)
Initializes a new instance of the ConnectionExtension class from outer XML.
public ConnectionExtension (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension : string -> DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.