Link Search Menu Expand Document

SSpread.FontItalic Property

Sets the font style (italic) of the displayed text.

Before setting this property, use the Col, Row properties, and so on to specify what to do.

Specify $TRUE for italic, and $FALSE otherwise. The initial value is $FALSE.

As this property changes, so does the value of the FontFace property.

Limits on fonts applied to cell blocks

Example of usage

Col = 2;
Row = 3;
FontItalic = $TRUE;
 
BlockMode = $TRUE;
Col = 3;
Row = 3;
Col2 = 5;
Row2 = 5;
FontItalic = $TRUE;
BlockMode = $FALSE;

Related Items
FontBold, FontFace, FontKind, FontName, FontSize, FontStrikethru, FontUnderline property