IsFontUnderline (NotesViewColumn - LotusScript®)

Read-write. Indicates whether the font style for a column includes underline.

Note: This property is new with Release 6.

Defined in

NotesViewColumn

Data type

Boolean

Syntax

To get: flag = notesViewColumn.IsFontUnderline

To set: notesViewColumn .IsFontUnderline = flag

Legal values

  • True indicates that the font style includes underline.
  • False indicates that the font style does not include underline.

Usage

See FontStyle for the complete font style.

Example