FontStrikethrough Property

The FontStrikethrough property returns or sets strikethrough properties in the ruler. Returns a Boolean.

Syntax

object.FontStrikethrough

object.FontStrikethrough = FontStrikethrough

 

Parameter Type Description
FontStrikethrough Boolean required, true to use the strikethrough style

 

Example

This example shows how to make text on the ruler have a strikethrough.

Ruler.FontStrikethrough = True

 

Used by: AutoRuler object