CellFontUnderline

This property returns and sets a value that specifies if the Underline style is applied to the current cell text.

Syntax

object.CellFontUnderline [= Boolean]

Parameters

object
Object expression that evaluates to a Grid control.
Boolean
Boolean expression that specifies if the Underline style is applied to the cell text. Following are the settings for Boolean:
True
Underline is applied to the cell
False (default)
Underline is not applied to the cell

Remarks

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