PivotFilterCollection.Add

PivotFilterCollection.Add method

Adds a PivotFilter Object to the specific type

public int Add(int fieldIndex, PivotFilterType type)
ParameterTypeDescription
fieldIndexInt32the PivotField index
typePivotFilterTypethe PivotFilter type

Return Value

the index of the PivotFilter Object in this PivotFilterCollection.

See Also