Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / IsNoUnderlineFontStyleSet Property


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