IsHeaderFontUnderline (NotesViewColumn - LotusScript®)
Read-write. Indicates whether the header font style for a column includes underline.
Note: This property is new with Release 6.
Defined in
Data type
Boolean
Syntax
To get: flag = notesViewColumn.IsHeaderFontUnderline
To set: notesViewColumn .IsHeaderFontUnderline = flag
Legal values
- True indicates that the header font style includes underline.
- False indicates that the header font style does not include underline.
Usage
See HeaderFontStyle for the complete font style.