RichTextRange Members
A range of characters within a cell’s rich text.Properties
| Name | Description |
|---|---|
| Font | Provides access to font settings for the current region of the cell text. |
| Text | Gets or sets a text string for the current region of the cell text. |
Methods
| Name | Description |
|---|---|
| SetFont(SpreadsheetFont) | Applies the specified font settings to the current region of the cell text. |
See Also