OpenXmlElement.Append Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
Append(array<OpenXmlElement[]) | Adds the elements to the end of the list of child nodes, of this element. | |
Append(IEnumerable<OpenXmlElement>) | Adds the elements to the end of the list of child nodes, of this element. |
Top