Back to Devexpress

SpreadsheetFontStyle Enum

officefileapi-devexpress-dot-spreadsheet-a35730ec.md

latest1.8 KB
Original Source

SpreadsheetFontStyle Enum

Lists the cell font styles.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum SpreadsheetFontStyle
vb
Public Enum SpreadsheetFontStyle

Members

NameDescription
Regular

Specifies that the text is regular.

| | Italic |

Specifies that the text is italic.

| | Bold |

Specifies that the text is bold.

| | BoldItalic |

Specifies that the text is bold and italic.

|

The following properties accept/return SpreadsheetFontStyle values:

Remarks

This enumeration’s values are used by the SpreadsheetFont.FontStyle property.

See Also

How to: Configure Cell Font Settings

WinForms Spreadsheet Control Examples

DevExpress.Spreadsheet Namespace