Answers for "google appscripts cell get background color"

-1

google appscripts cell get background color

var cell = sheet.getRange("B5");
Logger.log(cell.getBackground()); // e.g. #ffffff
Posted by: Guest on August-28-2021

Code answers related to "google appscripts cell get background color"

Code answers related to "Assembly"

Browse Popular Code Answers by Language