Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IPivotFilters Interface / Add Method
The type of filter.
The first value for the filter (optional).
The second value for the filter (optional).
Additional settings for the filter (optional).
In This Topic
    Add Method (IPivotFilters)
    In This Topic
    Adds a new filter to the PivotFilters collection.
    Syntax
    IPivotFilter Add( 
       PivotFilterType type,
       System.object value1,
       System.object value2,
       PivotFilterOptions options
    )

    Parameters

    type
    The type of filter.
    value1
    The first value for the filter (optional).
    value2
    The second value for the filter (optional).
    options
    Additional settings for the filter (optional).

    Return Value

    The added pivot filter.
    See Also