OpenXmlElement.RemoveAllChildren Method
Remove all the child elements.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public MustOverride Sub RemoveAllChildren
'使用
Dim instance As OpenXmlElement
instance.RemoveAllChildren()
public abstract void RemoveAllChildren()