SelectStyleSheetResources (NotesNoteCollection - LotusScript®)

Read-write. Indicates whether the collection contains notes for style sheet resources.

Defined in

NotesNoteCollection

Data type

Boolean

Syntax

To get: flag = notesNoteCollection .SelectStyleSheetResources

To set: notesNoteCollection .SelectStyleSheetResources = flag

Legal values

  • True indicates inclusion of style sheet resources.
  • False indicates exclusion of style sheet resources.

Usage

The following methods set this property:

Example