AutoFilter.FilterTop10
AutoFilter.FilterTop10 method
Filter the top 10 item in the list
public void FilterTop10(int fieldIndex, bool isTop, bool isPercent, int itemCount)
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). |
isTop | Boolean | Indicates whether filter from top or bottom |
isPercent | Boolean | Indicates whether the items is percent or count |
itemCount | Int32 | The item count |
See Also
- class AutoFilter
- namespace Aspose.Cells
- assembly Aspose.Cells