gpt4 book ai didi

javascript - 谷歌应用脚​​本: how to adding a second comment to the first without using getComment() method

转载 作者:行者123 更新时间:2023-11-28 01:46:05 25 4
gpt4 key购买 nike

我使用此代码在电子表格的单元格中写入注释:

var sheet = SpreadsheetApp.getActiveSheet();
var currentRow = sheet.getActiveSelection().getRowIndex();
var firstCell = sheet.getRange("A"+currentRow);
firstCell.setComment(docName);

但是我有这个问题:当我第二次使用同一行并添加第二条评论时,第一个评论消失了(被第二个评论取代)。我知道我可以使用 Class Range 已弃用的方法 getComment() 来解决它。除了 getComment() 已弃用的方法之外,还有替代方法吗?

最佳答案

setComment() 也已弃用,您应该使用 setNote()getNote()相反

关于javascript - 谷歌应用脚​​本: how to adding a second comment to the first without using getComment() method,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20302532/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com