Spread Windows Forms 12.0 Product Documentation
Superscript Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFont Interface : Superscript Property
True if the font is formatted as superscript; False by default.
Syntax
'Declaration
 
Property Superscript As Boolean
'Usage
 
Dim instance As IFont
Dim value As Boolean
 
instance.Superscript = value
 
value = instance.Superscript
bool Superscript {get; set;}

Property Value

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

Reference

IFont Interface
IFont Members