Back to Devexpress

RichTextString.IsEmpty Property

officefileapi-devexpress-dot-spreadsheet-dot-richtextstring-3bef8b09.md

latest1.2 KB
Original Source

RichTextString.IsEmpty Property

Gets a value indicating whether the rich text in a cell is an empty string.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
Boolean

true , if the rich text is a zero-length string (“”); otherwise, false.

|

See Also

IsPlainText

RichTextString Class

RichTextString Members

DevExpress.Spreadsheet Namespace