Aspose::Cells::AutoFilter::FilterTop10 method

AutoFilter::FilterTop10 method

Filter the top 10 item in the list.

void Aspose::Cells::AutoFilter::FilterTop10(int32_t fieldIndex, bool isTop, bool isPercent, int32_t itemCount)
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).
isTopboolIndicates whether filter from top or bottom
isPercentboolIndicates whether the items is percent or count
itemCountint32_tThe item count

See Also