CellFontStrikeThrough

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

Syntax

object.CellFontStrikeThrough =[ boolean]

The CellFontStrikeThrough property syntax has these parts:

Part Description
object An object expression that evaluates to an object.
Boolean A Boolean expression that specifies if the StrikeThrough style is applied to the cell text.

Settings

The settings for boolean are:

Setting Description
True The StrikeThrough style is applied to the cell.
False (Default) The StrikeThrough style isn't applied to the cell.

Remarks

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