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