HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
DetailFont property
Specifies the font settings for the detail area. Read/write TFont.
Syntax
property
DetailFont
: TFont;
Example
This example sets the name of detail font to 'Times New Roman'.
GridToXLS1.DetailFont.Name :=
'Times New Roman'
;
This example sets the size of detail font to 14.
GridToXLS1.DetailFont.Size :=
14
;