Spread WPF 17
GrapeCity.Excel Namespace / IExcelFont Interface / IsBold Property


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

    Property Value

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