Skip to main content
A newer version of this page is available. .

XlFontBase.Italic Property

Gets or sets the value indicating whether the cell content is formatted as italic.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public bool Italic { get; set; }

Property Value

Type Description
Boolean

true, if the cell text is italic; otherwise, false.

Remarks

To specify all the required font characteristics, use the XlFont object properties such as XlFontBase.Name, XlFontBase.Size, XlFontBase.Script, XlFontBase.Underline, XlFont.Color etc. For an example on how to apply font settings to an individual cell, refer to the How to: Configure Cell Font Settings article.

See Also