Spread Windows Forms 12.0 Product Documentation
Strikethrough Property (Font)


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

Property Value

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

Reference

Font Structure
Font Members