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

In This Topic
    Underline Property (Font)
    In This Topic
    Gets or sets underscore setting.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <XmlAttributeAttribute()>
    Public Property Underline As Boolean
    [DefaultValue(false)]
    [XmlAttribute()]
    public bool Underline {get; set;}
    See Also