Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / IsNoStrikeoutFontStyle Property


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