Skip to main content
Row

SpreadsheetFontProperties.Size Property

Gets or sets the size of the font applied to the given characters.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

double? Size { get; set; }

Property Value

Type Description
Nullable<Double>

A Double value specifying the font size in points. Null for a mixture of font sizes.

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