Tree.CollapseNode

Tree.CollapseNode (

string ObjectName,

string NodeIndex )

Description

Collapses the specified node.

Parameters

ObjectName

(string) The name of the tree object.

NodeIndex

(string) The index of the node whose data you want to collapse.

Returns

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

See also: Related Actions