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