Documentazione HotXLS

Size proprietà

Restituisce o sets the size of the font. Read/write Single

Sintassi

proprietà Size: single;

Esempio

This example sets the font size for cells A1:F15 on sheet one to 11 pointers

Workbook.Sheets[1].Range['A1', 'F15'].Font.Size := 11;