Strikethrough Property (Font) | Spread Windows Forms 15.0
Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Strikethrough Property


In This Topic
Strikethrough Property (Font)
In This Topic
Gets a value indicating whether this Font is strike.
Syntax
'Declaration
 
Public Property Strikethrough As Boolean
 
'Usage
 
Dim instance As Font
Dim value As Boolean
 
instance.Strikethrough = value
 
value = instance.Strikethrough

Property Value

true if this Font is strike; otherwise, false.
See Also