PivotFilterCollection.AddDateFilter
PivotFilterCollection.AddDateFilter method
Filters by date setting of row or column pivot field.
public PivotFilter AddDateFilter(int baseFieldIndex, PivotFilterType type, DateTime dateTime1,
DateTime dateTime2)
Parameter | Type | Description |
---|---|---|
baseFieldIndex | Int32 | The index of field in the source. |
type | PivotFilterType | The type of filtering data. |
dateTime1 | DateTime | The date label of filter condition |
dateTime2 | DateTime | The upper-bound date label of between filter condition |
See Also
- class PivotFilter
- enum PivotFilterType
- class PivotFilterCollection
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells