Back to Devexpress

PivotFilterCollection.Add Method

officefileapi-devexpress-dot-spreadsheet-dot-pivotfiltercollection-dot-add.md

latest1.6 KB
Original Source

PivotFilterCollection.Add Method

NameParametersDescription
Add(PivotField, PivotDataField, PivotFilterType, FilterValue, FilterValue)field, measureField, filterType, firstValue, secondValueApplies a value filter to the specified PivotTable field.
Add(PivotField, PivotDataField, PivotFilterType, FilterValue)field, measureField, filterType, valueApplies a value filter to the specified PivotTable field.
Add(PivotField, PivotFilterType, FilterValue, FilterValue)field, filterType, firstValue, secondValueApplies a label or date filter to the specified PivotTable field.
Add(PivotField, PivotFilterType, FilterValue)field, filterType, valueApplies a label or date filter to the specified PivotTable field.
Add(PivotField, PivotFilterType)field, filterTypeApplies a date filter to the specified PivotTable field.