RemoveNode Method
Description
Deletes the specified node.
Syntax
Visual Basic
Public Sub RemoveNode( _
   ByVal Node As Variant _
) 
Parameters
Node
The folder to delete. One of: a TestSetFolder object; the name of TestSetFolder as returned by the Name property; or the index of the TestSetFolder in its parent's children list.
See Also