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