Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

SpreadsheetFontProperties.Italic Property

Gets or sets a value indicating whether the given characters are formatted as italic.

Namespace: DevExpress.Spreadsheet

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

Declaration

bool? Italic { get; set; }

Property Value

Type Description
Nullable<Boolean>

true, if a text region is italic; otherwise, false. Null for a mixture of italic and non-italic characters.

Remarks

Use the SpreadsheetFontProperties object’s properties to view or change font characteristics for a portion of cell text specified by the RichTextString.Characters method.

For an example on how to apply formatting to the specified characters within the cell text, refer to the How to: Apply Rich Formatting to Cell Text article.

See Also