[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRichText

IRichText Interface

Represents the rich text class for a cell.

Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public interface IRichText : IEnumerable<ITextRun>, IEnumerable

Properties

Name Description
Count

Gets the count of ITextRun objects.

PlainText

Gets the plain text that is composed of all ITextRun objects.

Methods

Name Description
Add(string)

Adds a text run into current rich text object.