Link Search Menu Expand Document

SSpread.FontStrikethru Property

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

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

Specify $TRUE if you want to strikethrough, 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;
FontStrikethru = $TRUE;
 
BlockMode = $TRUE;
Col = 3;
Row = 3;
Col2 = 5;
Row2 = 5;
FontStrikethru = $TRUE;
BlockMode = $FALSE;

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