HotXLS-documentatie

Italic eigenschap

True if the font style is italic. Read/write Boolean

Syntaxis

eigenschap Italic: boolean;

Voorbeeld

This example sets the font style to italic fof the range A1:A5 on sheet one

Workbook.Worksheets[1].Range['A1', 'A5'].Font.Italic := True;