[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRichText

IRichText Interface

Represents the rich text class for a cell.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IRichText : IEnumerable<ITextRun>, IEnumerable
Public Interface IRichText
    Inherits IEnumerable(Of 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.