PivotField.FilterTop10
PivotField.FilterTop10 method
Filters by values of data pivot field.
public PivotFilter FilterTop10(int valueFieldIndex, PivotFilterType type, bool isTop, int itemCount)
Parameter | Type | Description |
---|---|---|
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 PivotField
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells