CellFontUnderline Property

       

Returns or sets a value that specifies if the underline style is applied to the current cell text.

Syntax

object.CellFontUnderline [=Boolean]

The CellFontUnderline 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 if the underline style is applied to the cell text.

Settings

The settings for Boolean are:

Setting Description
True The underline style is applied to the cell text.
False Default. The underline style is not applied to the cell text.

Remarks

Changing the CellFontUnderline property affects the current cell or the current selection, depending on the setting of the FillStyle property.