Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IFontFormat Interface / Bold Property
In This Topic
    Bold Property (IFontFormat)
    In This Topic
    Gets or sets the boolean property that indicates whether the represented text is bold.
    Syntax
    System.bool Bold {get; set;}

    Property Value

    true if bold; otherwise, false.
    See Also