moveToBookmark method
Moves to a bookmark.
Syntax
var retval = TextRange.moveToBookmark(Bookmark);Parameters
- Bookmark [in]
-
Type: String
String that specifies the bookmark to move to.
Return value
Type: Boolean
Boolean that returns one of the following possible values:
| Return value | Description |
|---|---|
|
Successfully moved to the bookmark. |
|
Move to the bookmark failed. |
Standards information
There are no standards that apply here.
Remarks
Bookmarks are opaque strings created with the getBookmark method.
This feature might not be available on non-Microsoft Win32 platforms.
See also
Show: