HotXLS Delphi Excel Read Write Library / Component Developers Guide
Reference
>
IXLSFont
>
SubScript
SubScript property
True if the font is formatted as subscript. False by default. Read/write Boolean.
Syntax
property
SubScript: boolean;
Example
This example sets the font in the cell A1 to subscript.
Workbook.Worksheets[
1
].Range[
'A1'
,
'A1'
].Font.Subscript := True;
Copyright©2007-2019
loslab.com