Aspose::Cells::AutoFilter::AddIconFilter method

AutoFilter::AddIconFilter method

Adds an icon filter.

void Aspose::Cells::AutoFilter::AddIconFilter(int32_t fieldIndex, IconSetType iconSetType, int32_t iconId)
ParameterTypeDescription
fieldIndexint32_tThe 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.
iconIdint32_tThe 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