Docs HotXLS

SuperScript-property

True if the font is formatted as superscript; False by default. Read/write Boolean

Syntaxe

property SuperScript: boolean;

Exemple

This example sets the font in the cell A1 to superscript

Workbook.Worksheets[1].Range['A1', 'A1'].Font.Superscript := True;