CellFontItalic

This property returns and sets the italic style for the current cell text.

Syntax

object.CellFontItalic [= Boolean]

Parameters

object
Object expression that evaluates to a Grid control.
Boolean
Boolean expression that determines whether a text style in the cell is italic. The property is False by default.

Remarks

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