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


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