LOTUSSCRIPT/COM/OLE CLASSES


IsHeaderFontUnderline property
Example

Read-write. Indicates whether the header 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.IsHeaderFontUnderline

To set: notesViewColumn.IsHeaderFontUnderline = flag

Legal values


Usage

See FontStyle for the complete font style.

Example