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