XlRichTextString Properties
Represents a rich formatted text in a cell.| Name | Description |
|---|---|
| IsPlainText | Gets a value indicating whether the rich text in a cell is a plain text rather than formatted. |
| Runs | Provides access to the collection of cell text regions, each formatted with its own font. |
| Text | Gets or sets the full rich text of a cell. |
See Also