Back to Devexpress

RichTextString.IsPlainText Property

officefileapi-devexpress-dot-spreadsheet-dot-richtextstring-3168f31f.md

latest1.6 KB
Original Source

RichTextString.IsPlainText Property

Gets a value indicating whether the rich text in a cell is a plain rather than a formatted text.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public bool IsPlainText { get; }
vb
Public ReadOnly Property IsPlainText As Boolean

Property Value

TypeDescription
Boolean

true , if the rich text is empty or not formatted; otherwise, false.

|

Remarks

The IsPlainText property returns true in the following cases:

See Also

IsEmpty

RichTextString Class

RichTextString Members

DevExpress.Spreadsheet Namespace