OpenXmlElement.Append-Methode (array<OpenXmlElement )

Adds the elements to the end of the list of child nodes, of this element.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Sub Append ( _
    ParamArray newChildren As OpenXmlElement() _
)
'Usage
Dim instance As OpenXmlElement
Dim newChildren As OpenXmlElement()

instance.Append(newChildren)
public void Append(
    params OpenXmlElement[] newChildren
)

Parameter

Siehe auch

Referenz

OpenXmlElement Klasse

OpenXmlElement-Member

Append Überladung

DocumentFormat.OpenXml-Namespace