GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubStyle Class / Bold Property


In This Topic
Bold Property (SubStyle)
In This Topic
Gets or sets whether the text is bold.
Syntax
'Declaration
 
Public Property Bold As Boolean
 
'Usage
 
Dim instance As SubStyle
Dim value As Boolean
 
instance.Bold = value
 
value = instance.Bold

Property Value

A bool value that indicates whether the text is bold.
See Also