HeaderFontColor (NotesViewColumn - JavaScript™)
Read-write. The font color of the header in a column.
Defined in
NotesViewColumnSyntax
getHeaderFontColor() : int setHeaderFontColor(color:int) : void
Legal value
A Domino® color index in the range 0-240; see NotesColorObject. The first 16 are:0 NotesRichTextStyle.COLOR_BLACK1 NotesRichTextStyle.COLOR_WHITE2 NotesRichTextStyle.COLOR_RED3 NotesRichTextStyle.COLOR_GREEN4 NotesRichTextStyle.COLOR_BLUE5 NotesRichTextStyle.COLOR_MAGENTA6 NotesRichTextStyle.COLOR_YELLOW7 NotesRichTextStyle.COLOR_CYAN8 NotesRichTextStyle.COLOR_DARK_RED9 NotesRichTextStyle.COLOR_DARK_GREEN10 NotesRichTextStyle.COLOR_DARK_BLUE11 NotesRichTextStyle.COLOR_DARK_MAGENTA12 NotesRichTextStyle.COLOR_DARK_YELLOW13 NotesRichTextStyle.COLOR_DARK_CYAN14 NotesRichTextStyle.COLOR_GRAY15 NotesRichTextStyle.COLOR_LIGHT_GRAY