Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelSupportFontStyle Interface / UseFontStyle Property


In This Topic
UseFontStyle Property (IExcelSupportFontStyle)
In This Topic
Indicates if we should use font style instead of font when export excel
Syntax
'Declaration
 
Property UseFontStyle As Boolean
 
'Usage
 
Dim instance As IExcelSupportFontStyle
Dim value As Boolean
 
instance.UseFontStyle = value
 
value = instance.UseFontStyle
See Also