Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v1.x
Reference
>
TDataset2Excel
>
GroupFont
GroupFont property
Specifies the font settings for the
group
title area. Read/write TFont.
Syntax
property
GroupFont: TFont;
Example
This example sets the font name for the group titles to 'Times New Roman'.
Dataset2Excel1.GroupFont.Name :=
'Times New Roman'
;
This example sets the font size of the group titles to 14.
Dataset2Excel1.GroupFont.Size :=
14
;
Copyright © NikaSoft 2004-2010