Click or drag to resize

TextRangeCollection Methods

The TextRangeCollection type exposes the following members.

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