RangeRichTextString Methods |
The RangeRichTextString type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AddFont |
Adds a font to the worksheet.
(Inherited from
RichTextString
.)
|
|
|
Append |
Appends rich text string with specified text and font.
(Inherited from
RichTextString
.)
|
|
|
BeginUpdate |
This method should be called before several updates to the object will take place.
(Inherited from
CommonWrapper
.)
|
|
|
Clear |
Clears text and formatting.
(Inherited from
RichTextString
.)
|
|
|
ClearFormatting |
Clears string formatting.
(Inherited from
RichTextString
.)
|
|
|
Clone |
Creates a copy of the current object.
(Inherited from
CommonWrapper
.)
|
|
|
Dispose |
Suppresses finalization for the current object.
|
|
|
EndUpdate |
This method should be called after several updates to the object.
(Inherited from
CommonWrapper
.)
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetFont |
Returns font which is applied to character at the specified position.
(Inherited from
RichTextString
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
SetFont |
Sets font for range of characters.
(Inherited from
RichTextString
.)
|
|
|
SetRichTextFont |
Sets the font for a specified range of text in a rich text string.
(Inherited from
RichTextString
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|