IsIcon (NotesViewColumn - LotusScript®)

Read-only. Indicates whether column values are displayed as icons.

Note: This property is new with Release 5.

Defined in

NotesViewColumn

Data type

Boolean

Syntax

To get: flag = notesViewColumn.IsIcon

Legal values

  • True indicates that the column values are displayed as icons.
  • False indicates that the column values are not displayed as icons.

Example