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

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