Link Search Menu Expand Document

SSpread.FontUnderline Property

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

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

If underlined, specify $TRUE, otherwise specify $FALSE. 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;
FontUnderline = $TRUE;
 
BlockMode = $TRUE;
Col = 3;
Row = 3;
Col2 = 5;
Row2 = 5;
FontUnderline = $TRUE;
BlockMode = $FALSE;

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