method Nodes.Remove (Index as Variant)
Removes a specific member from the Nodes collection.

TypeDescription
Index as Variant A long expression that indicates the index of the node being removed, or a string expression that indicates the key of the node being removed.
Use the Remove method to remove a node from the control's nodes collection. The RemoveNode event is fired each time a node is removed. Use the Clear method to clear the control's nodes collection, or the child nodes collection. Use the Visible property to hide a node.