HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
HeaderFont property
Specifies the font settings for the header area. Read/write TFont.
Syntax
property
HeaderFont
: TFont;
Example
This example sets the name of header font to 'Times New Roman'.
GridToXLS1.HeaderFont.Name :=
'Times New Roman'
;
This example sets the size of header font to 14.
GridToXLS1.HeaderFont.Size :=
14
;