We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1b706 commit a27cde4Copy full SHA for a27cde4
HeaderRow.js
@@ -36,7 +36,7 @@ HeaderRow.prototype = {
36
},
37
addCommentToColumn: function (comment, headerRowColumnNumber) {
38
var cellToComment = this.headerRowRange.getCell(1, headerRowColumnNumber);
39
- cellToComment.setComment(comment);
+ cellToComment.setNote(comment);
40
41
addColumnTitlesToHeaderRow: function () {
42
var i,
0 commit comments