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