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.


Usage

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

Language cross-reference

HeaderFontStyle property in Java ViewColumn class

Example