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

RichTextRun.Text Property

Gets the text of the current rich text run.

Namespace: DevExpress.Spreadsheet

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

Declaration

string Text { get; }

Property Value

Type Description
String

A String value that specifies the text associated with the current rich text region.

Remarks

Use the RichTextString.Runs property to iterate through a collection of rich text runs. Use the Text and RichTextRun.Font properties to check each run’s text and font settings, respectively.

For an example on how to apply different fonts to specific regions of the cell text, refer to the How to: Apply Rich Formatting to Cell Text document.

See Also