Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFont Class / Bold Property


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