Spread Windows Forms 12.0 Product Documentation
Strikethrough Property (IFont)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFont Interface : Strikethrough Property
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
bool Strikethrough {get; set;}

Property Value

true if strikethrough; otherwise, false.
See Also

Reference

IFont Interface
IFont Members