Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFont Class / fStrikeOut Property


In This Topic
    fStrikeOut Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fStrikeOut As Boolean
    'Usage
     
    
    Dim instance As ExcelFont
    Dim value As Boolean
     
    instance.fStrikeOut = value
     
    value = instance.fStrikeOut
    public bool fStrikeOut {get; set;}
    See Also