LevelCount property: Tree class
Description
This property returns the number of levels defined for the tree. If the tree doesn’t have any levels, this property returns zero (0).
See the LevelUse property.
Valid value range is a number between 0 and 99.
This property can only be used with an open tree, that is, you must use the Open method on the tree before you can use this property.
This property is read-only.
Related Topics