class
PivotFilterCollection
Source: aspose.
Represents a collection of all the PivotFilter objects
Methods
add(fieldIndex, type) → Number
Adds a PivotFilter Object to the specific type
Parameters
Name | Type | Optional | Description |
---|---|---|---|
fieldIndex |
Number |
|
the PivotField index |
type |
Number |
|
PivotFilterType |
- Returns
-
Number
the index of the PivotFilter Object in this PivotFilterCollection.
add()
Reserved for internal use.
clear()
clearFilter(fieldIndex)
Clear PivotFilter from the specific PivotField
Parameter
Name | Type | Optional | Description |
---|---|---|---|
fieldIndex |
Number |
|
the PivotField index |
contains()
Reserved for internal use.
get()
Gets the pivotfilter object at the specific index.
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.