I'm trying to set a block of colors at the same time.
I could use setBackgrounds
for a range and do it all at once by first giving each cell a color name like so
Multiple column conditional formatting
but I want to other blended colors and the RGB function setBackgroundRGB
but for a range. Can it be done? or do I have to loop through and set it individually?
setBackground
has setBackgrounds
for a range. Is there something equivalent for setBackgroundRGB
?
I don't see it here in the reference. https://developers.google.com/apps-script/reference/spreadsheet/range . Was wondering if anybody had a solution beside just loop through everything.