Spread Windows Forms 15.0
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
    bool Strikethrough {get; set;}

    Property Value

    true if strikethrough; otherwise, false.
    See Also