Tree.ExpandNode

Tree.ExpandNode ( 

string ObjectName,

string NodeIndex )

Example 1

Tree.ExpandNode("Tree1", "1");

Expands the node with index "1" in the "Tree1" tree object.

See also:  Related Actions