backgroundColorStyle property

ColorStyle? backgroundColorStyle
getter/setter pair

The background fill color to sort by; cells with this fill color are sorted to the top.

Mutually exclusive with foreground_color, and must be an RGB-type color. If background_color is also set, this field takes precedence.

Implementation

ColorStyle? backgroundColorStyle;