Google Script Get Font Color

[Solved] Google Script Get Font Color | Go - Code Explorer | yomemimo.com
Question : google script get font color

Answered by : bastien

var color = myRange.getFontColor();
console.log(color) // The color is a CSS color string such as "#1ff3c6" or "white"

Source : | Last Update : Tue, 06 Apr 21

Answers related to google script get font color

Code Explorer Popular Question For Go