Inserts a child node at a given index to the current node.
When working with nodes that are already in the TreeView then it is always a lot faster if you can use the InsertNode method on the TreeView control that takes a index as parameter.
This method mostly has purpose when adding to a parent node that is not yet a part of a TreeView control.