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