Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Font Class / Bold Property

In This Topic
    Bold Property (Font)
    In This Topic
    Gets or sets a value indicating whether to make the text bold.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <XmlAttributeAttribute()>
    Public Property Bold As Boolean
    [DefaultValue(false)]
    [XmlAttribute()]
    public bool Bold {get; set;}
    See Also