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


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