InsertNode
Previous
Next
Inserts a node in the specified index.
Syntax: InsertNode (index As Int32, node As Node)
index - The node will be inserted in this index.
Example:
tv.InsertNode (2, node1.Value)