Spread Windows Forms 15.0
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
    public bool Bold {get; set;}

    Property Value

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