themeColors property

List<ThemeColorPair>? themeColors
getter/setter pair

The spreadsheet theme color pairs.

To update you must provide all theme color pairs.

Implementation

core.List<ThemeColorPair>? themeColors;