Font2.DoubleStrikeThrough Property
True if the specified font is formatted as double strikethrough text. Read/write.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property DoubleStrikeThrough As MsoTriState
Get
Set
'Usage
Dim instance As Font2
Dim value As MsoTriState
value = instance.DoubleStrikeThrough
instance.DoubleStrikeThrough = value
MsoTriState DoubleStrikeThrough { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
MsoTriState