NativeExcel suite v1.x

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'.
DBGrid2Excel1.GroupFont.Name := 'Times New Roman';
This example sets the font size of the group titles to 14.
DBGrid2Excel1.GroupFont.Size := 14;
Copyright © NikaSoft 2004-2010