[]
Represents the rich text class for a cell.
public interface IRichText : IEnumerable<ITextRun>, IEnumerable
Public Interface IRichText
Inherits IEnumerable(Of ITextRun), IEnumerable
Name | Description |
---|---|
Count | Gets the count of ITextRun objects. |
PlainText | Gets the plain text that is composed of all ITextRun objects. |
Name | Description |
---|---|
Add(string) | Adds a text run into current rich text object. |