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