PivotFilterCollection
Contents
[
Hide
]PivotFilterCollection class
Represents a collection of all the PivotFilter objects
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | PivotFilter | Gets the pivotfilter object at the specific index. |
Methods
| Name | Description |
|---|---|
| add | Adds a PivotFilter Object to the specific type |
| addTop10Filter | |
| addValueFilter | |
| addLabelFilter | |
| addDateFilter | |
| clearFilter | Clear PivotFilter from the specific PivotField |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
PivotFilterCollection.Count property
Type: int
PivotFilterCollection.Item (int) property
Gets the pivotfilter object at the specific index.
Type: PivotFilter
add(fieldIndex, type) (1 of 2)
Adds a PivotFilter Object to the specific type
| Parameter | Type | Description |
|---|---|---|
| fieldIndex | int | the PivotField index |
| type | int | A PivotFilterType value. the PivotFilter type |
Returns: the index of the PivotFilter Object in this PivotFilterCollection.
add(value) (2 of 2)
Reserved for internal use.
addTop10Filter(baseFieldIndex, valueFieldIndex, type, isTop, itemCount)
addValueFilter(baseFieldIndex, valueFieldIndex, type, value1, value2)
addLabelFilter(baseFieldIndex, type, label1, label2)
addDateFilter(baseFieldIndex, type, dateTime1, dateTime2)
clearFilter(fieldIndex)
Clear PivotFilter from the specific PivotField
| Parameter | Type | Description |
|---|---|---|
| fieldIndex | int | the PivotField index |
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.