PivotFilterCollection.AddTop10Filter
PivotFilterCollection.AddTop10Filter method
Filters by values of data pivot field.
public PivotFilter AddTop10Filter(int baseFieldIndex, int valueFieldIndex, PivotFilterType type,
bool isTop, int itemCount)
Parameter | Type | Description |
---|---|---|
baseFieldIndex | Int32 | The index of field in the source. |
valueFieldIndex | Int32 | The index of data field in the data region. |
type | PivotFilterType | The type of filtering data. Only can be Count,Sum and Percent. |
isTop | Boolean | Indicates whether filter from top or bottom |
itemCount | Int32 | The item count |
See Also
- class PivotFilter
- enum PivotFilterType
- class PivotFilterCollection
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells