OpenXmlCompositeElement.AppendChild Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
AppendChild<T>(T) | Adds the specified element to the end of the list of child nodes, of this element. (Overrides OpenXmlElement.AppendChild<T>(T).) | |
AppendChild<T>(T) | Adds the specified element to the end of the list of child nodes, of this element. (Inherited from OpenXmlElement.) |
Top