CellFontName Property

Returns or sets the name of the font of the selected cell or range.

Syntax

[form!]VSFlexGrid.CellFontName[ = value As String ]

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.

Setting this property to an empty string resets the cell formatting and causes the default font to be used.

Data Type

String

See Also

VSFlexGrid Control