CellFontWidth

This property returns and sets the width, in points, for the current cell text.

Syntax

object.CellFontWidth [= value]

Parameters

object
Object expression that evaluates to a Grid control.
value
Single. Numeric expression that specifies the desired point width for the current cell's font.

Remarks

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