SSpread.FontName Property
Sets the font name used for the display text.
Before setting this property, use the Col, Row properties, and so on to specify what to do. The initial value is “MS Gothic”.
As this property changes, so does the value of the FontKind property.
Be sure to specify the font installed on the computer for the font name. If the font is not found, the display result is undefined.
Limits on fonts applied to cell blocks
Example of usage
Col = 2;
Row = 3;
FontName = "MS Mincho";
BlockMode = $TRUE;
Col = 3;
Row = 3;
Col2 = 5;
Row2 = 5;
FontName = "MS UI Gothic";
BlockMode = $FALSE;
Related Items
FontBold, FontFace, FontItalic, FontKind, FontSize, FontStrikethru, FontUnderline property