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

SpreadsheetFont.Italic Property

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

Namespace: DevExpress.Spreadsheet

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

Declaration

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 SpreadsheetFont object properties such as SpreadsheetFont.Name, SpreadsheetFont.FontStyle, SpreadsheetFont.Color, SpreadsheetFont.Size, etc. Review the How to: Configure Cell Font Settings example.

Access the SpreadsheetFont object via the Formatting.Font property.

For examples on how to specify formatting for an individual cell and cell range or modify a style, refer to the How to: Format a Cell or Range of Cells or How to: Create or Modify a Style documents.

You can also use the SpreadsheetFont.FontStyle property to specify the font style.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Italic property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also