Link Search Menu Expand Document

SSpread.FontBold Property

Sets the font style (bold) of the displayed text.

Before setting this property, use the Col, Row properties, and so on to specify what to do.

Specify $TRUE to make it bold, and $FALSE otherwise. The initial value is $FALSE.

The value of the FontFace property changes as this property changes.

Limits on fonts applied to cell blocks

Example of usage

Col = 2;
Row = 3;
FontBold = $TRUE;
 
BlockMode = $TRUE;
Col = 3;
Row = 3;
Col2 = 5;
Row2 = 5;
FontBold = $TRUE;
BlockMode = $FALSE;

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