LOTUSSCRIPT/COM/OLE CLASSES
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.
Language cross-reference
SiblingCount property in Java ViewEntry class
@DocSiblings function in formula language
Example