Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v1.x
Reference
>
IXLSFont
>
SuperScript
SuperScript property
True if the font is formatted as superscript; False by default. Read/write Boolean.
Syntax
property
SuperScript: boolean;
Example
This example sets the font in the cell A1 to superscript.
Workbook.Worksheets[
1
].Range[
'A1'
,
'A1'
].Font.Superscript := True;
Copyright © NikaSoft 2004-2010