HotXLS 文档
目录
首页
概览
TGridToXLS
IXLSWorkbook
首页
目录
概览
Size 属性
Returns or sets the size of the font. Read/write Single
语法
property
Size: single;
示例
本示例 sets the font size for cells A1:F15 on sheet one to 11 pointers
Workbook.Sheets[
1
].Range[
'A1'
,
'F15'
].Font.Size :=
11
;