Returns the number of tree items visible in the tree view area.

Syntax

<oRef>.visibleCount( )

<oRef>

The tree view to check.

Property of

TreeView

Description

visibleCount( ) returns the number of tree items that are visible in the tree view area. To count all the tree items, whether or not they are visible, use the count( ) method.