AutoFilter.AddIconFilter
AutoFilter.AddIconFilter method
Adds an icon filter.
public void AddIconFilter(int fieldIndex, IconSetType iconSetType, int iconId)
Parameter | Type | Description |
---|---|---|
fieldIndex | Int32 | 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 | 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
- assembly Aspose.Cells