HotXLS Belgeleri İçindekiler Ana sayfa Genel bakış TGridToXLS IXLSWorkbook Ana sayfa İçindekiler Genel bakış

Italic özellik

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

Sözdizimi

property Italic: boolean;

Örnek

This example sets the font style to italic for the range A1:A5 on sheet one
Workbook.Worksheets[1].Range['A1', 'A5'].Font.Italic := True; Copyright © 2010-2026 losLab Software