PivotField.FilterByValue
PivotField.FilterByValue method
Filters by values of data pivot field.
public PivotFilter FilterByValue(int valueFieldIndex, PivotFilterType type, double value1,
double value2)
Parameter | Type | Description |
---|---|---|
valueFieldIndex | Int32 | The index of value field in the value region. |
type | PivotFilterType | The type of filtering data. |
value1 | Double | The value of filter condition |
value2 | Double | The upper-bound value of between filter condition |
See Also
- class PivotFilter
- enum PivotFilterType
- class PivotField
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells