HotXLS 文件
目錄
首頁
概述
TGridToXLS
IXLSWorkbook
首頁
目錄
概述
DetailFont 屬性
指定詳細資料區域的字型設定。可讀寫 TFont
語法
property
DetailFont: TFont;
範例
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
;