表格删除评论有没有全部删除的,现在根据区域删除因为无限行,无法遍历删除 const range =await app.Range('A1:B2'); await range.ClearComments(); 有没有全部删除评论的api?