add_icon_filter method

add_icon_filter

Adds an icon filter.

def add_icon_filter(self, field_index, icon_set_type, icon_id):
    ...
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).
icon_set_typeIconSetTypeThe icon set type.
icon_idintThe icon id.

Remarks

Only supports to add the icon filter. Not supports checking which row is visible if the filter is icon filter.

See Also