Spread WPF 17
GrapeCity.Excel Namespace / ExcelFont Class / IsBold Property


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

    Property Value

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