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

SpreadsheetFontStyle Enum

Lists the cell font styles.

Namespace: DevExpress.Spreadsheet

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

Declaration

public enum SpreadsheetFontStyle

Members

Name Description
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.

Remarks

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

See Also