LOTUSSCRIPT/COM/OLE CLASSES


HeaderFontStyle property
Example

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

Note This property is new with Release 6.

Defined in

NotesViewColumn

Data type

Constant of type Integer

Syntax

To get: style% = notesViewColumn.HeaderFontStyle

To set: notesViewColumn. HeaderFontStyle = style%

Legal values

These values can be used in combination.


Note These values are also used with the FontStyle property of the NotesViewColumn class.

Usage

You can use IsHeaderFontBold, IsHeaderFontItalic, IsHeaderFontStrikethrough, and IsHeaderFontUnderline to query and set the font styles.

Example