Answers for "google app script how to get background color of cell"

-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 app script how to get background color of cell"

Code answers related to "Assembly"

Browse Popular Code Answers by Language