PivotFilterCollection.Add
PivotFilterCollection.Add method
Adds a PivotFilter Object to the specific type
[Obsolete("Use PivotFilterCollection.AddValueFilter(),AddTop10Filter(),AddLabelFilter() and AddDateFilter() methods,instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public int Add(int fieldIndex, PivotFilterType type)
Parameter | Type | Description |
---|---|---|
fieldIndex | Int32 | the PivotField index |
type | PivotFilterType | the PivotFilter type |
Return Value
the index of the PivotFilter Object in this PivotFilterCollection.
Remarks
NOTE: This method is now obsolete. Instead, please use PivotFilterCollection.AddValueFilter(),AddTop10Filter(),AddLabelFilter() and AddDateFilter() methods. This method will be removed 12 months later since November 2024. Aspose apologizes for any inconvenience you may have experienced.
See Also
- enum PivotFilterType
- class PivotFilterCollection
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells