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