PivotFilterCollection

PivotFilterCollection class

Represents a collection of all the PivotFilter objects

Methods

NameDescription
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

ParameterTypeDescription
fieldIndexNumberthe PivotField index
typeNumberPivotFilterType

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

ParameterTypeDescription
fieldIndexNumberthe 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.

iterator()

removeAt()