AutoFilter.AddIconFilter

AutoFilter.AddIconFilter method

Adds an icon filter.

public void AddIconFilter(int fieldIndex, IconSetType iconSetType, int iconId)
ParameterTypeDescription
fieldIndexInt32The 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).
iconSetTypeIconSetTypeThe icon set type.
iconIdInt32The 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