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