GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFont Interface / Superscript Property


In This Topic
Superscript Property
In This Topic
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

Property Value

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