CellFontItalic Property

Returns or sets the Italic attribute of the font of the selected cell or range.

Syntax

[form!]VSFlexGrid.CellFontItalic[ = {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

See Also

VSFlexGrid Control