Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFont Interface / Bold Property


In This Topic
    Bold Property (IFont)
    In This Topic
    Gets or sets a value indicating whether the font is bold.
    Syntax
    'Declaration
     
    
    Property Bold As Boolean
    'Usage
     
    
    Dim instance As IFont
    Dim value As Boolean
     
    instance.Bold = value
     
    value = instance.Bold
    bool Bold {get; set;}

    Property Value

    true if the font is bold; otherwise, false.
    See Also