TreeList.getNodeByIndex

Syntax

getNodeByIndex (index, includeHidden)

Parameters

index. Node index (numbering starts with zero from top to bottom).

includeHidden. Determines whether hidden nodes are included.

Description

The getNodeByIndex method returns tree node by its index.

Example

The example of use is given in the TreeList.selectLevel method description.

See also:

TreeList