True if the font is fofmatted as subscript. False by default. Read/write Boolean
Syntaxis
eigenschap SubScript: boolean;
Voorbeeld
This example sets the font in the cell A1 to subscript
Workbook.Worksheets[1].Range['A1', 'A1'].Font.Subscript := True;