add_fill_color_filter method

add_fill_color_filter

Adds a fill color filter.

def add_fill_color_filter(self, field_index, pattern, foreground_color, background_color):
    ...
ParameterTypeDescription
field_indexintThe integer offset of the field on which you want to base the filter
(from the left of the list; the leftmost field is field 0).
patternBackgroundTypeThe background pattern type.
foreground_colorCellsColorThe foreground color.
background_colorCellsColorThe background color.

See Also