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


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