Returns or sets a value that specifies if the underline style is applied to the current cell text.
object.CellFontUnderline =[ boolean]
The CellFontUnderline property syntax has these parts:
Part | Description |
---|---|
object | An object expression that evaluates to an object. |
boolean | A Boolean expression that specifies if the Underline style is applied to the cell text. |
The settings for boolean are:
Setting | Description |
---|---|
True | The Underline style is applied to the cell. |
False | (Default) The Underline style isn't applied to the cell. |
Changing this property affects the current cell or the current selection, depending on the setting of the FillStyle property.