NodeIndex
(string) The index of the node whose data you want to expand.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Tree.FindNodeByData
OverviewExamples
string Tree.FindNodeByData ( string ObjectName,
string StartNodeIndex,
string Data )
De s cr ip t ion
Searches the tree for a node based on specified data.
P arame t er s
ObjectName
(string) The name of the tree object.