Returns or sets the Bold attribute of the font of the selected cell or range.
Syntax
[form!]VSFlexGrid.CellFontBold[ = {True | False} ]
Remarks
Changing this property affects the current cell or the current selection depending on the setting of the FillStyle property. To set the font of an arbitrary range of cells (not necessarily the current selection), use the Cell property instead.
Data Type
Boolean