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