See also
Declaration: EraseAllChildren
Description
EraseAllChildren deletes all associated children of the XMLData object.
Example
The sample erases all elements of the active document.
Dim objCurrentParent As XMLData
Set objCurrentParent = objSpy.ActiveDocument.RootElement
objCurrentParent.EraseAllChildren
Previous
Top
Next