Link Search Menu Expand Document

SSpread.FontSize Property

Sets the font size of the displayed text.

Before setting this property, use the Col, Row properties, and so on to specify what to do. The initial value is 10 (points).

Limits on fonts applied to cell blocks

Example of usage

Col = 2;
Row = 3;
FontSize = 14;
 
BlockMode = $TRUE;
Col = 3;
Row = 3;
Col2 = 5;
Row2 = 5;
FontSize = 20;
BlockMode = $FALSE;

Related Items
FontBold, FontFace, FontItalic, FontKind, FontName, FontStrikethru, FontUnderline property