跳到主要内容

RemoveComments

删除指定的批注。

语法

expression.RemoveComments(arrIds);

expression - 表示 Api 类的变量。

参数

名称必需/可选数据类型默认值描述
arrIds必需string[]包含指定批注 ID 的数组。

返回值

此方法不返回任何数据。

示例

window.Asc.plugin.executeMethod ("RemoveComments", [["1_631", "1_632"]]);