SelectHelpIndex (NotesNoteCollection - LotusScript®)
Read-write. Indicates whether the collection contains a help index note.
Defined in
Data type
Boolean
Syntax
To get: flag = notesNoteCollection .SelectHelpIndex
To set: notesNoteCollection .SelectHelpIndex = flag
Legal values
- True indicates inclusion of a help index note.
- False indicates exclusion of a help index note.
Usage
The following methods set this property:
- CreateNoteCollection in NotesDatabase
- SelectAllDesignElements
- SelectAllNotes