Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
IXLSFont
>
Size
Size property
Returns or sets the size of the font. Read/write Single.
Syntax
property
Size: single;
Example
This example sets the font size for cells A1:F15 on sheet one to 11 points.
Workbook.Sheets[
1
].Range[
'A1'
,
'F15'
].Font.Size :=
11
;
Copyright © NikaSoft 2004-2012