Click or drag to resize

RichTextString Properties

The RichTextString type exposes the following members.

Properties
Name Description
Protected property BeginCallsCount
Returns number of begin update calls that have no corresponding end update. Read-only.
(Inherited from CommonWrapper .)
Public property DefaultFont
Gets or sets the default font for the workbook.
Public property IsFormatted
Indicates whether rich text string has formatting runs. Read-only.
Public property Parent
Returns parent object. Read-only.
Public property RtfText Obsolete.
Returns text in rtf format. Read-only.
Public property Text
Gets / sets text of the string.
Top
See Also