Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelSupportFontStyle Interface / IsStrikeoutFontStyleSet Property


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