HotXLS 文档

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;