HotXLS-dokumentation Indhold Startside Oversigt TGridToXLS IXLSWorkbook Startside Indhold Oversigt

SubScript egenskab

True if the font is formatted as subscript. False by default. Read/write Boolean

Syntaks

property SubScript: boolean;

Eksempel

This example sets the font in the cell A1 to subscript
Workbook.Worksheets[1].Range['A1', 'A1'].Font.Subscript := True; Copyright © 2010-2026 losLab Software