Skip to main content
Row

RichTextRange.Text Property

Gets or sets a text string for the current region of the cell text.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

string Text { get; set; }

Property Value

Type Description
String

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

Remarks

Use the Text and RichTextRange.Font properties of the RichTextRange object to change the content and font characteristics for a portion of the cell text defined by the RichTextString.Characters method.

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