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