Returns or sets the strikethrough style for the displayed text. This property is not available at design time.
object.FontStrikethrough [= boolean]
The parts of the FontStrikethrough property syntax are described in the following table.
Part | Description |
---|---|
object | An object expression that evaluates to an object. |
boolean | A Boolean expression specifying the font style as described in Settings. |
The settings for boolean are described in the following table.
Setting | Description |
---|---|
True | Turns on the formatting in the strikethrough style |
False | Turns off the formatting in the strikethrough style. False is the default setting. |