Aspose::Cells::Pivot::PivotFilterCollection::AddDateFilter method

PivotFilterCollection::AddDateFilter method

Filters by date setting of row or column pivot field.

PivotFilter Aspose::Cells::Pivot::PivotFilterCollection::AddDateFilter(int32_t baseFieldIndex, PivotFilterType type, const Date &dateTime1, const Date &dateTime2)
ParameterTypeDescription
baseFieldIndexint32_tThe index of field in the source.
typePivotFilterTypeThe type of filtering data.
dateTime1const Date&The date label of filter condition
dateTime2const Date&The upper-bound date label of between filter condition

See Also