Back to Devexpress

SpreadsheetFontProperties.FontStyle Property

officefileapi-devexpress-dot-spreadsheet-dot-spreadsheetfontproperties-1ca74815.md

latest2.5 KB
Original Source

SpreadsheetFontProperties.FontStyle Property

Gets or sets the font style (bold, italic, etc.) applied to the given characters.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
SpreadsheetFontStyle? FontStyle { get; set; }
vb
Property FontStyle As SpreadsheetFontStyle?

Property Value

TypeDescription
Nullable<SpreadsheetFontStyle>

A SpreadsheetFontStyle enumeration member. Null for a mixture of values.

|

Available values:

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.

|

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

Characters

Font

How to: Apply Rich Formatting to Cell Text

SpreadsheetFontProperties Interface

SpreadsheetFontProperties Members

DevExpress.Spreadsheet Namespace