Dokumentácia HotXLS

Vlastnosť HeaderFont

Určuje nastavenia písma pre oblasť záhlavia. Čítanie/zápis TFont

Syntax

property HeaderFont: TFont;

Príklad

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

GridToXLS1.HeaderFont.Name := 'Times New Roman';
Tento príklad nastaví názov písma záhlavia na 'Times New Roman'

GridToXLS1.HeaderFont.Size := 14;