[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotFilters

IPivotFilters Interface

Represents a collection of all the pivot filters in the pivot field.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IPivotFilters : IEnumerable<IPivotFilter>, IEnumerable
Public Interface IPivotFilters
    Inherits IEnumerable(Of IPivotFilter), IEnumerable

Properties

Name Description
Count

Gets the number of pivot filters in the collection.

this[int]

Gets the pivot filter at the specified index.

Methods

Name Description
Add(PivotFilterType, object, object, PivotFilterOptions)

Adds a new filter to the PivotFilters collection.