add method

add

Adds a PivotFilter Object to the specific type

Returns

the index of the PivotFilter Object in this PivotFilterCollection.

def add(self, field_index, type):
    ...
ParameterTypeDescription
field_indexintthe PivotField index
typePivotFilterTypethe PivotFilter type

See Also