filter_by_fill_color property

filter_by_fill_color property

Whether filter by the cell’s fill color.

Remarks

True: cell’s fill color; False: cell’s font color.

Definition:

@property
def filter_by_fill_color(self):
    ...
@filter_by_fill_color.setter
def filter_by_fill_color(self, value):
    ...

See Also