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