Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFont Interface / Strikethrough Property


In This Topic
Strikethrough Property (IFont)
In This Topic
True if the font is struck through with a horizontal line.
Syntax
'Declaration
 
Property Strikethrough As Boolean
 
'Usage
 
Dim instance As IFont
Dim value As Boolean
 
instance.Strikethrough = value
 
value = instance.Strikethrough

Property Value

true if strikethrough; otherwise, false.
See Also