GrapeCity.Documents.Excel Namespace / IPivotFilters Interface / Item Property
The zero-based index of the pivot filter to get.
In This Topic
Item Property (IPivotFilters)
In This Topic
Gets the pivot filter at the specified index.
Syntax
IPivotFilter this[ 
   System.int index
]; {get;}

Parameters

index
The zero-based index of the pivot filter to get.

Property Value

The pivot filter at the specified index.
See Also