PivotFilterCollection.AddLabelFilter

PivotFilterCollection.AddLabelFilter method

Filters by captions of row or column pivot field.

public PivotFilter AddLabelFilter(int baseFieldIndex, PivotFilterType type, string label1, 
    string label2)
ParameterTypeDescription
baseFieldIndexInt32The index of field in the source.
typePivotFilterTypeThe type of filtering data.
label1StringThe label of filter condition
label2StringThe upper-bound label of between filter condition

See Also