Returns or sets the italic style for the current cell text. This property is not available at design time.
Syntax
object.CellFontItalic [=Boolean]
The CellFontItalic property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to an object in the Applies To list. |
| Boolean | A Boolean expression that specifies whether the text style in the cell is italic. |
Settings
The settings for Boolean are:
| Setting | Description |
| True | The current cell text is italic. |
| False | Default. The current cell text is normal (not italic). |
Remarks
Changing this property affects the current cell or the current selection, depending on the setting of the FillStyle property.