PivotFilterCollection

PivotFilterCollection class

Represents a collection of all the PivotFilter objects

Properties

NameTypeDescription
Countint
Item (int)PivotFilterGets the pivotfilter object at the specific index.

Methods

NameDescription
addAdds a PivotFilter Object to the specific type
addTop10Filter
addValueFilter
addLabelFilter
addDateFilter
clearFilterClear PivotFilter from the specific PivotField
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved 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

ParameterTypeDescription
fieldIndexintthe PivotField index
typeintA 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

ParameterTypeDescription
fieldIndexintthe PivotField index

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.