Skip to main content
A newer version of this page is available. .
Row

RichTextRange.Text Property

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

Namespace: DevExpress.Spreadsheet

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

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