Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Bold Property


In This Topic
    Bold Property (Font)
    In This Topic
    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