HotXLS 文档
目录
首页
概览
TGridToXLS
IXLSWorkbook
首页
目录
概览
SuperScript 属性
True if the font is formatted as superscript; False by default. 读/写 Boolean
语法
property
SuperScript: boolean;
示例
本示例 sets the font in the cell A1 to superscript
Workbook.Worksheets[
1
].Range[
'A1'
,
'A1'
].Font.Superscript := True;