Back to Devexpress

SpreadsheetFont.Italic Property

officefileapi-devexpress-dot-spreadsheet-dot-spreadsheetfont-424573f6.md

latest4.5 KB
Original Source

SpreadsheetFont.Italic Property

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

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Italic { get; set; }
vb
Property Italic As Boolean

Property Value

TypeDescription
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.

See Also

Name

Size

Color

Script

FontStyle

Strikethrough

UnderlineType

WinForms Spreadsheet Control Examples

SpreadsheetFont Interface

SpreadsheetFont Members

DevExpress.Spreadsheet Namespace