Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelSupportFontStyle Interface / IsNoStrikeoutFontStyle Property


In This Topic
    IsNoStrikeoutFontStyle Property (IExcelSupportFontStyle)
    In This Topic
    Indicates if no strikeout font style is set
    Syntax
    'Declaration
     
    
    Property IsNoStrikeoutFontStyle As Boolean
    'Usage
     
    
    Dim instance As IExcelSupportFontStyle
    Dim value As Boolean
     
    instance.IsNoStrikeoutFontStyle = value
     
    value = instance.IsNoStrikeoutFontStyle
    bool IsNoStrikeoutFontStyle {get; set;}
    See Also