HotXLS Belgeleri

GroupFont özellik

Belirtir the font settings for the group title area. Read/write TFont

Sözdizimi

property GroupFont: TFont;

Örnek

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;