Connection Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
Connection() | Initializes a new instance of the Connection class. | |
Connection(String) | Initializes a new instance of the Connection class from outer XML. | |
Connection(array<OpenXmlElement[]) | Initializes a new instance of the Connection class with the specified child elements. | |
Connection(IEnumerable<OpenXmlElement>) | Initializes a new instance of the Connection class with the specified child elements. |
Top