visibleBackgroundColorStyle property

ColorStyle? visibleBackgroundColorStyle
getter/setter pair

The background fill color to filter by; only cells with this fill color are shown.

This field is mutually exclusive with visible_foreground_color, and must be set to an RGB-type color. If visible_background_color is also set, this field takes precedence.

Implementation

ColorStyle? visibleBackgroundColorStyle;