TextRange property
Retrieves a collection of TextRange objects.
Syntax
| JavaScript | |
|---|
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
Send comments about this topic to Microsoft
Build date: 2/14/2012