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