XMLNode.RemoveChild Method
Removes the specified child element from the specified element.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub RemoveChild ( _
ChildElement As XMLNode _
)
'Usage
Dim instance As XMLNode
Dim ChildElement As XMLNode
instance.RemoveChild(ChildElement)
void RemoveChild(
XMLNode ChildElement
)
Parameters
- ChildElement
Type: Microsoft.Office.Interop.Word.XMLNode
Required XMLNode. The child element to be removed.