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

In This Topic
    Family Property (Font)
    In This Topic
    Gets or sets the typeface name.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    <DefaultValueAttribute("")>
    Public Property Family As String
    [XmlAttribute()]
    [DefaultValue("")]
    public string Family {get; set;}
    See Also