HeaderFontFace (NotesViewColumn - LotusScript®)

Read-write. The font face of the header in a column.

Note: This property is new with Release 6.

Defined in

NotesViewColumn

Data type

String

Syntax

To get: face$ = notesViewColumn .HeaderFontFace

To set: notesViewColumn . HeaderFontFace = face$

Usage

Typical font faces include Arial, Courier, Default Sans Serif, Helvetica, Palatino, Symbol, Times New Roman, and many more. For a complete list, run @FontList or see the font tab in the Column Properties box.

Example