Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Remove all the child elements which type is T.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub RemoveAllChildren(Of T As OpenXmlElement)
'Usage
Dim instance As OpenXmlElement
instance.RemoveAllChildren()
public void RemoveAllChildren<T>()
where T : OpenXmlElement
Type Parameters
- T