Back to Devexpress

RichTextRange.Text Property

officefileapi-devexpress-dot-spreadsheet-dot-richtextrange-63828e20.md

latest2.1 KB
Original Source

RichTextRange.Text Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
string Text { get; set; }
vb
Property Text As String

Property Value

TypeDescription
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

Characters

Font

How to: Apply Rich Formatting to Cell Text

RichTextRange Interface

RichTextRange Members

DevExpress.Spreadsheet Namespace