Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFont Interface / Bold Property


In This Topic
Bold Property (IFont)
In This Topic
True if the font is bold.
Syntax
'Declaration
 
Property Bold As Boolean
 
'Usage
 
Dim instance As IFont
Dim value As Boolean
 
instance.Bold = value
 
value = instance.Bold

Property Value

true if bold; otherwise, false.
See Also