Moves to a bookmark.
dhtml语法
bSuccess = TextRange.moveToBookmark(sBookmark)
Parameters
sBookmark |
Required.
Stringthat specifies the bookmark to move to. |
Return Value
Boolean that returns one of the following possible values:
true | Successfully moved to the bookmark. |
false | Move 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.
是否符合公共标准
There is no public standard that applies to this method.
Applies To