Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
TDataset2Excel
>
DetailFont
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'.
Dataset2Excel1.DetailFont.Name :=
'Times New Roman'
;
This example sets the size of detail font to 14.
Dataset2Excel1.DetailFont.Size :=
14
;
Copyright © NikaSoft 2004-2012