GetNode
Previous
Next
Returns a reference to a node in the TreeView object.
Syntax:GetNode (index As Int32) As Node
The index of the first node in the TreeView is 0.
Example:
node1.Value = tv.GetNode (0)