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

RichTextRunFont(SpreadsheetFont) Constructor

Initializes a new instance of the RichTextRunFont class with the specified settings.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public RichTextRunFont(
    SpreadsheetFont value
)

Parameters

Name Type Description
value SpreadsheetFont

A SpreadsheetFont object containing the necessary font settings.

See Also