HBCMS更多的中文手册参考:

moveToBookmark Method

DHTML文档教程

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:

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.

是否符合公共标准

There is no public standard that applies to this method.

Applies To

TextRange