Click or drag to resize

RangeRichTextString Properties

The RangeRichTextString 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 the default font for the cell at the specified row and column.
Public property Index
Gets the index of the string in the shared string table.
Public property IsFormatted
Indicates whether rich text string has formatting runs. Read-only.
(Inherited from RichTextString .)
Public property Parent
Returns parent object. Read-only.
(Inherited from RichTextString .)
Public property RtfText Obsolete.
Returns text in rtf format. Read-only.
(Inherited from RichTextString .)
Public property Text
Gets / sets text of the string.
(Inherited from RichTextString .)
Top
See Also