select( )
Makes the tree item the selected item in the tree.
Syntax
<oRef>.select( )
<oRef>
An object reference to the tree item you want to select.
Property of
TreeItem
Description
Use select( ) to programmatically select a tree item. The tree view is scrolled and expanded if necessary to display the selected tree item.