HotXLS Docs

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'.

DataToXLS1.GroupFont.Name := 'Times New Roman';
This example sets the font size of the group titles to 14.

DataToXLS1.GroupFont.Size := 14;