getNodeByIndex (index, includeHidden)
index. Node index (numbering starts with zero from top to bottom).
includeHidden. Determines whether hidden nodes are included.
The getNodeByIndex method returns tree node by its index.
The example of use is given in the TreeList.selectLevel method description.
See also: