GAS ⟩ app ⟩ prototypes ⟩ sheet.prototype ⟩ appendConditionalFormatRule()
// ┌────────────────────┐ // │ formatting Ranges │ // └────────────────────┘ // 🔸 sheet.appendConditionalFormatRule() appendConditionalFormatRule(rule){ var rules = this.getConditionalFormatRules(); rules.push(rule); this.setConditionalFormatRules(rules); },
ConditionalFormatRule
Sheet ⟩
getConditionalFormatRules()
setConditionalFormatRules()
Last updated 2 years ago