OpenXmlElement.RemoveChild<T>-Methode

Removes specified child element.

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

Syntax

'Declaration
Public Overridable Function RemoveChild(Of T As OpenXmlElement) ( _
    oldChild As T _
) As T
'Usage
Dim instance As OpenXmlElement
Dim oldChild As T
Dim returnValue As T

returnValue = instance.RemoveChild(oldChild)
public virtual T RemoveChild<T>(
    T oldChild
)
where T : OpenXmlElement

Typparameter

  • T

Parameter

  • oldChild
    Typ: T
    The element being removed.

Rückgabewert

Typ: T
The element removed.

Siehe auch

Referenz

OpenXmlElement Klasse

OpenXmlElement-Member

DocumentFormat.OpenXml-Namespace