RemoveChild Method
Description
Removes the specified sub-node from the current node.
Syntax
Visual Basic
Public Sub RemoveChild( _
   ByVal Node As Variant _
) 
Parameters
Node
Either the node name of the child or a CustomListNode object.
See Also