Spread Windows Forms 12.0 Product Documentation
Bold Property (SubStyle)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubStyle Class : Bold Property
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
public bool Bold {get; set;}

Property Value

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

Reference

SubStyle Class
SubStyle Members