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