AddChild Method
Description
Adds a new sub-node to the current node.
Syntax
Visual Basic
Public Function AddChild( _
   ByVal Node As Variant _
) As Object
Parameters
Node
Either the node name of the child or a CustomListNode object.
Return Type
The CustomListNode object representing the new child.
See Also