add_font_color_filter method

add_font_color_filter

Adds a font color filter.

def add_font_color_filter(self, field_index, 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).
colorCellsColorThe CellsColor object.

See Also