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


In This Topic
    UseFontStyle Property (ExcelXFormat)
    In This Topic
    Indicates if we should use font style instead of font when export excel
    Syntax
    'Declaration
     
    
    Public Property UseFontStyle As Boolean
    'Usage
     
    
    Dim instance As ExcelXFormat
    Dim value As Boolean
     
    instance.UseFontStyle = value
     
    value = instance.UseFontStyle
    public bool UseFontStyle {get; set;}
    See Also