SiblingCount (NotesViewEntry - LotusScript®)

Read-only. The number of siblings belonging to the current view entry.

Defined in

NotesViewEntry

Data type

Integer

Syntax

To get: count% = notesViewEntry .SiblingCount

Usage

The sibling count includes the current entry unless it is of type "total" because ViewEntries of type "total" are not really part of the view hierarchy.

Example