Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / FontInfo Class / Superscript Property


In This Topic
    Superscript Property (FontInfo)
    In This Topic
    True if the font is formatted as superscript; False by default.
    Syntax
    'Declaration
     
    Public Property Superscript As Boolean
    'Usage
     
    Dim instance As FontInfo
    Dim value As Boolean
     
    instance.Superscript = value
     
    value = instance.Superscript
    public bool Superscript {get; set;}

    Property Value

    true if superscript; otherwise, false.
    Remarks
    This property take effect on XLSX import/export only.
    See Also