Returns or sets the bold style for the current cell text. This property is not available at design time.
Syntax
object.CellFontBold [=Boolean]
The CellFontBold property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
Boolean | A Boolean expression that specifies whether the current cell's text is bold. |
Settings
The settings for Boolean are:
Setting | Description |
True | The current cell text is bold. |
False | Default. The current cell text is normal (not bold). |
Remarks
Changing this property affects the current cell or the current selection, depending on the setting of the FillStyle property.