PivotFilterCollection
Contents
[
Hide
]PivotFilterCollection class
Represents a collection of all the PivotFilter objects
Methods
| Name | Description |
|---|---|
| add(fieldIndex, type) | Adds a PivotFilter Object to the specific type |
| add() | Reserved for internal use. |
| addDateFilter() | |
| addLabelFilter() | |
| addTop10Filter() | |
| addValueFilter() | |
| clear() | |
| clearFilter(fieldIndex) | Clear PivotFilter from the specific PivotField |
| 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. |
| iterator() | |
| removeAt() |
add(fieldIndex, type)
Adds a PivotFilter Object to the specific type
| Parameter | Type | Description |
|---|---|---|
| fieldIndex | Number | the PivotField index |
| type | Number | PivotFilterType |
Returns: Number — Number the index of the PivotFilter Object in this PivotFilterCollection.
add()
Reserved for internal use.
addDateFilter()
addLabelFilter()
addTop10Filter()
addValueFilter()
clear()
clearFilter(fieldIndex)
Clear PivotFilter from the specific PivotField
| Parameter | Type | 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.