Tree.SetSelectedNode

Tree.SetSelectedNode ( 

string ObjectName,

string NodeIndex )

Description

Sets the selection in the tree object.

Parameters

ObjectName

(string) The name of the tree object.

NodeIndex

(string) The index of the node that you want selected.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions