window.Asc.plugin.executeMethod ("MoveToComment", [args], callback)
Defines the method that allows moving a cursor to the specified comment.
This method should be used in the following way:
window.Asc.plugin.executeMethod ("MoveToComment", [sId]);
Parameter |
Description |
Type |
Example |
sId |
The comment ID. |
string |
"ID" |
The method returns the undefined value.
window.Asc.plugin.executeMethod ("MoveToComment", ["ID"]);