Levels property: Tree class

Description

This property returns a reference to a level collection object. This property is used only with trees that have levels: it returns Null for trees that don’t have levels.

This property can be used only with an open tree, that is, you must open the tree using the Open method before you can use this property.

This property is read-only.

Related Topics