CellFontName

This property returns and sets the name of the font for the current cell text.

Syntax

object.CellFontName [= name]

Parameters

object
Object expression that evaluates to a Grid control.
name
String expression that names one of the available font faces.

Remarks

The CellFontName 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.