HotXLS Belgeleri

DetailFont özellik

Belirtir the font settings for the detail area. Read/write TFont

Sözdizimi

property DetailFont: TFont;

Örnek

This example sets the name of detail font to 'Times New Roman'

DataToXLS1.DetailFont.Name := 'Times New Roman';
This example sets the size of detail font to 14

DataToXLS1.DetailFont.Size := 14;