Answers for "set text color google script"

C#
1

google sheet script change text color

myRange.setColor("black");
Posted by: Guest on March-30-2021
2

google script get font color

var color = myRange.getFontColor();

console.log(color) // The color is a CSS color string such as "#1ff3c6" or "white"
Posted by: Guest on March-30-2021

C# Answers by Framework

Browse Popular Code Answers by Language