SelectSubforms (NotesNoteCollection - LotusScript®)

Read-write. Indicates whether the collection contains notes for subforms.

Defined in

NotesNoteCollection

Data type

Boolean

Syntax

To get: flag = notesNoteCollection .SelectSubforms

To set: notesNoteCollection .SelectSubforms = flag

Legal values

  • True indicates inclusion of subforms.
  • False indicates exclusion of subforms.

Usage

The following methods set this property:

Example