Docs HotXLS

HeaderFont-property

Spécifie the font settings for the header area. Read/write TFont

Syntaxe

property HeaderFont: TFont;

Exemple

This example sets the name of header font to 'Times New Roman'

DataToXLS1.HeaderFont.Name := 'Times New Roman';
This example sets the size of header font to 14

DataToXLS1.HeaderFont.Size := 14;