_Font.StrikeThrough Property

True if the font is formatted as strikethrough text. Returns True, False or wdUndefined (a mixture of True and False). Can be set to True, False, or wdToggle. Read/write Integer.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property StrikeThrough As Integer
    Get
    Set
'Usage
Dim instance As _Font
Dim value As Integer

value = instance.StrikeThrough

instance.StrikeThrough = value
int StrikeThrough { get; set; }

Property Value

Type: System.Int32

Remarks

To set or return double strikethrough formatting, use the DoubleStrikeThrough property.

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace