MoveToComment

MoveToComment(sId)

Moves a cursor to the specified comment.

Parameters:

Name Type Description
sId string

The comment ID.

Returns:

This method doesn't return any data.

Example

Copy code
window.Asc.plugin.executeMethod ("MoveToComment", ["1_631"]);