Aspose::Cells::Pivot::PivotField::FilterTop10 method

PivotField::FilterTop10 method

Filters by values of data pivot field.

PivotFilter Aspose::Cells::Pivot::PivotField::FilterTop10(int32_t valueFieldIndex, PivotFilterType type, bool isTop, int32_t itemCount)
ParameterTypeDescription
valueFieldIndexint32_tThe index of data field in the data region.
typePivotFilterTypeThe type of filtering data. Only can be Count,Sum and Percent.
isTopboolIndicates whether filter from top or bottom
itemCountint32_tThe item count

See Also