Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / TextFormatInfo Class / Bold Property
In This Topic
    Bold Property (TextFormatInfo)
    In This Topic
    Gets or sets the top-level font weight for the content of the element.
    Syntax
    public System.bool Bold {get; set;}

    Property Value

    True if font weight is bold (700). Otherwise, font weight is normal or regular (400).
    See Also