LOTUSSCRIPT/COM/OLE CLASSES
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 This value is new with Release 6.
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