CellFontBold

This property returns and sets the bold style for the current cell text.

Syntax

object.CellFontBold [= Boolean]

Parameters

object
Object expression that evaluates to a Grid control.
Boolean
Determines whether the current cell text is bold. The property is False by default.

Remarks

The CellFontBold property is unavailable at design time.

Changing this property affects the current cell or the current selection, depending on the setting of the FillStyle property.