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