Font2.StrikeThrough Property
Gets or sets a value specifying the text should be rendered in a strikethrough appearance. Read/write.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property StrikeThrough As MsoTriState
Get
Set
'Usage
Dim instance As Font2
Dim value As MsoTriState
value = instance.StrikeThrough
instance.StrikeThrough = value
MsoTriState StrikeThrough { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
MsoTriState