OverviewExamples
| 
 Tree.RemoveNode (  | 
Removes a node from a tree object.
(string) The name of the tree object.
(string) The index of the node that you want to remove.
Tip: To remove all nodes in the tree, set NodeIndex to "0".
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions