Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / TextFormat Class / Bold Property


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