Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / TextFormat Class / Bold Property


In This Topic
Bold Property (TextFormat)
In This Topic
Syntax
'Declaration
 
Public Property Bold As Boolean
 
'Usage
 
Dim instance As TextFormat
Dim value As Boolean
 
instance.Bold = value
 
value = instance.Bold
See Also