[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.IsRichText

IsRichText Property

IsRichText

Indicates whether the cell string value is a rich text.

Declaration
bool IsRichText { get; }
ReadOnly Property IsRichText As Boolean
Examples
IRange range = worksheet.Range["A1"];
range.RichText.Add("Document ");
range.RichText.Add("Solutions");
bool isRichText = range.IsRichText;