Spread Windows Forms 12.0 Product Documentation
Bold Property (Font)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure : Bold Property
Gets a value indicating whether this Font is bold.
Syntax
'Declaration
 
Public Property Bold As Boolean
'Usage
 
Dim instance As Font
Dim value As Boolean
 
instance.Bold = value
 
value = instance.Bold
public bool Bold {get; set;}

Property Value

true if this Font is bold; otherwise, false.
See Also

Reference

Font Structure
Font Members