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