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

In This Topic
    Size Property (Font)
    In This Topic
    Gets or sets the font size.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    <DefaultValueAttribute(15)>
    Public Property Size As Single
    [XmlAttribute()]
    [DefaultValue(15)]
    public float Size {get; set;}
    See Also