CellFontWidth Property

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

Syntax

[form!]VSFlexGrid.CellFontWidth[ = value As Single ]

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 zero causes the default font width to be used.

Data Type

Single

See Also

VSFlexGrid Control