IDimensionViewer.Collapse

Syntax

Collapse(Node: Integer; [Recursively: Boolean = False]);

Fore.NET Syntax

Collapse(Node: Integer; Recursively: Boolean);

Parameters

Node. Node for which the method collapses children hierarchy.

Recursively. Determines whether children hierarchy is recursively collapsed. If the parameter is set to True, the hierarchy of all children is collapsed. If the value is False, the selected element hierarchy is collapsed only.

Description

The Collapse method collapses the tree children hierarchy.

See also:

IDimensionViewer