Aspose::Cells::Pivot::PivotFilterCollection::AddTop10Filter method
PivotFilterCollection::AddTop10Filter method
Filters by values of data pivot field.
PivotFilter Aspose::Cells::Pivot::PivotFilterCollection::AddTop10Filter(int32_t baseFieldIndex, int32_t valueFieldIndex, PivotFilterType type, bool isTop, int32_t itemCount)
Parameter | Type | Description |
---|---|---|
baseFieldIndex | int32_t | The index of field in the source. |
valueFieldIndex | int32_t | The index of data field in the data region. |
type | PivotFilterType | The type of filtering data. Only can be Count,Sum and Percent. |
isTop | bool | Indicates whether filter from top or bottom |
itemCount | int32_t | The item count |
See Also
- Class PivotFilter
- Class Vector
- Enum PivotFilterType
- Class PivotFilterCollection
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++