_Font.DoubleStrikeThrough Property
True if the specified font is formatted as double 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 DoubleStrikeThrough As Integer
Get
Set
'Usage
Dim instance As _Font
Dim value As Integer
value = instance.DoubleStrikeThrough
instance.DoubleStrikeThrough = value
int DoubleStrikeThrough { get; set; }
Property Value
Type: System.Int32
Remarks
To set or return single-line strikethrough formatting, use the StrikeThrough property. Setting DoubleStrikeThrough to True sets StrikeThrough to False, and vice versa.