TextRangeCollection Methods |
The TextRangeCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Append |
Adds a text range to the end of collection.
(Inherited from
TextRangeList
.)
|
|
|
Clear |
Removes all elements from the collection.
(Inherited from
TextRangeList
.)
|
|
|
CopyTo |
Copies all elements from the collection to the specified array.
|
|
|
Equals | (Overrides TextRangeList Equals(Object) .) |
|
|
GetEnumerator |
Gets an enumerator for the entire collection.
(Inherited from
TextRangeList
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
Insert |
Inserts a Portion into the collection at the specified index.
(Inherited from
TextRangeList
.)
|
|
|
RemoveAt |
Removes the element at the specified index of the collection.
(Inherited from
TextRangeList
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|