Spread WinForms 15
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
See Also