TreeView.InsertNode Method
Inserts a top level node to the TreeView control.
Parameters
- position
- The position to insert relative to the invisible parent node. (The first node under a parent node is number zero)
- node
- The node to insert.
Remarks
See Also
TreeView Control