Share via


TextRange.moveToBookmark Method

SharePoint Designer Developer Reference

Returns True if the specified TextRange object has moved to the String specified in the Bookmark argument.

Syntax

expression.moveToBookmark(Bookmark)

expression   Required. A variable that represents a TextRange object.

Parameters

Name Required/Optional Data Type Description
Bookmark Required String A String representing the bookmark URL.

Return Value
Boolean

Remarks

Use the getBookmark method to return the String for the Bookmark argument.

See Also