moveToElementText Method | Internet Development Index |
Moves the text range so that the start and end positions of the range encompass the text in the given element.
Syntax
TextRange.moveToElementText(oElement)
Parameters
oElement Required. Object that specifies the element object to move to.
Return Value
No return value.
Remarks
This feature might not be available on non-Microsoft® Win32® platforms.
Standards Information
There is no public standard that applies to this method.
Applies To
TextRange