Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
TDBGrid2Excel
>
HeaderFont
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'.
DBGrid2Excel1.HeaderFont.Name :=
'Times New Roman'
;
This example sets the size of header font to 14.
DBGrid2Excel1.HeaderFont.Size :=
14
;
Copyright © NikaSoft 2004-2012