Spread Windows Forms 12.0 Product Documentation
Bold Property (IFont)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFont Interface : Bold Property
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
bool Bold {get; set;}

Property Value

true if bold; otherwise, false.
See Also

Reference

IFont Interface
IFont Members