Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextFont Interface / Bold Property


In This Topic
    Bold Property (ITextFont)
    In This Topic
    Syntax
    'Declaration
     
    
    Property Bold As Boolean
    'Usage
     
    
    Dim instance As ITextFont
    Dim value As Boolean
     
    instance.Bold = value
     
    value = instance.Bold
    bool Bold {get; set;}
    See Also