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