This topic has not yet been rated - Rate this topic

TextRange property

Retrieves a collection of TextRange objects.

Syntax

JavaScript

range = object.TextRange

Property values

Type: IUnknown

Array of elements created with the createRangeCollection method.

Standards information

There are no standards that apply here.

Remarks

Elements can be accessed through the item method, or you can use an index to directly access an element in the collection. For example, the element returned from the collection represented by oColl(0) is the same as the element returned by oColl.item(0).

The TextRange collection is available as of Microsoft Internet Explorer 5.5.

See also

createRangeCollection

 

 

Send comments about this topic to Microsoft

Build date: 2/14/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ