๐พsheet.appendConditionalFormatRule()
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GAS โฉ app โฉ prototypes โฉ sheet.prototype โฉ appendConditionalFormatRule()
// โโโโโโโโโโโโโโโโโโโโโโ
// โ formatting Ranges โ
// โโโโโโโโโโโโโโโโโโโโโโ
// ๐ธ sheet.appendConditionalFormatRule()
appendConditionalFormatRule(rule){
var rules = this.getConditionalFormatRules();
rules.push(rule);