Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / IsBoldFontStyleSet Property


In This Topic
IsBoldFontStyleSet Property (ExcelXFormat)
In This Topic
Indicates if bold font style is set
Syntax
'Declaration
 
Public Property IsBoldFontStyleSet As Boolean
 
'Usage
 
Dim instance As ExcelXFormat
Dim value As Boolean
 
instance.IsBoldFontStyleSet = value
 
value = instance.IsBoldFontStyleSet
See Also