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 HeaderFontStyle for the complete font style.

Language cross-reference

IsHeaderFontUnderline property in Java ViewColumn class

Example