Share via


TextRange.moveToElementText Method

SharePoint Designer Developer Reference

Moves the specified TextRange object to the HTML element specified in the element argument.

Syntax

expression.moveToElementText(element)

expression   Required. A variable that represents a TextRange object.

Parameters

Name Required/Optional Data Type Description
element Required IHTMLElement The HTML element to which to move the specified element.

See Also