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


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