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