moveToBookmark Method

Internet Development Index

Moves to a bookmark.

Syntax

bSuccess = TextRange.moveToBookmark(sBookmark)

Parameters

sBookmark Required. String爐hat specifies the bookmark to move to.

Return Value

Boolean that returns one of the following possible values:

trueSuccessfully moved to the bookmark.
falseMove to the bookmark failed.

Remarks

Bookmarks are opaque strings created with the getBookmark method.

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