Interacting with editorsText document APIMethodsMoveToComment本页总览MoveToCommentAsk a question 将光标移动到指定的批注。 语法 expression.MoveToComment(sId); expression - 表示 Api 类的变量。 参数 名称必需/可选数据类型默认值描述sId必需string批注 ID。 返回值 此方法不返回任何数据。 示例 window.Asc.plugin.executeMethod ("MoveToComment", ["1_631"]);