Share via


Font.StrikeThrough Property

Returns or sets an MsoTriState constant that represents the state of the StrikeThrough property on the characters in a text range. Read/write.

Version Information

Version Added: Publisher 2010

Syntax

expression .StrikeThrough

expression A variable that represents a Font object.

Return Value

MsoTriState

Remarks

The StrikeThrough property value can be one of the following MsoTriState constants declared in the Microsoft Office type library.

Constant

Description

msoFalse

None of the characters in the range are formatted as strikethrough.

msoTriStateMixed

Return value indicating that the range contains some text formatted as strikethrough and some text not formatted as strikethrough.

msoTriStateToggle

Set value that switches between msoTrue and msoFalse.

msoTrue

All characters in the range are formatted as strikethrough.