IDimensionViewer.Expand

Syntax

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

Parameters

Node. Node, for which the method expands children hierarchy.

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

Description

The Expand method expands the tree children hierarchy.

See also:

IDimensionViewer