SelectRange Method (ITreeView)

Selects the specified range of nodes in the tree.

C# Syntax
   void SelectRange( 
   ITreeViewNode fromNode,
   ITreeViewNode toNode
)

Parameters

fromNode
The first node in the range
toNode
The last node of the range