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)
Parameter | Type | Description |
---|---|---|
fieldIndex | int32_t | The 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). |
iconSetType | IconSetType | The icon set type. |
iconId | int32_t | The 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
- Enum IconSetType
- Class AutoFilter
- Namespace Aspose::Cells
- Library Aspose.Cells for C++