Interface IPivotFilters
- All Superinterfaces:
 
Iterable<IPivotFilter> 
Represents a collection of all the pivot filters in the pivot field.
- 
Method Summary
Adds a new filter to the PivotFilters collection.
 
Adds a new filter to the PivotFilters collection.
 
Adds a new filter to the PivotFilters collection.
 
Adds a new filter to the PivotFilters collection.
 
Gets the pivot filter at the specified index.
 
int
Gets the number of pivot filters in the collection.
 
 
 
 
 
- 
Method Details
- 
size
int size()
Gets the number of pivot filters in the collection.
- Returns:
 
- the number of pivot filters
 
 
- 
get
Gets the pivot filter at the specified index.
- Parameters:
 
index - the zero-based index of the pivot filter to get 
- Returns:
 
- the pivot filter at the specified index
 
 
- 
add
Adds a new filter to the PivotFilters collection.
- 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) 
- Returns:
 
- the added pivot filter
 
 
- 
add
Adds a new filter to the PivotFilters collection.
- Parameters:
 
type - the type of filter 
value1 - the first value for the filter (optional) 
value2 - the second value for the filter (optional) 
- Returns:
 
- the added pivot filter
 
 
- 
add
Adds a new filter to the PivotFilters collection.
- Parameters:
 
type - the type of filter 
value1 - the first value for the filter (optional) 
- Returns:
 
- the added pivot filter
 
 
- 
add
Adds a new filter to the PivotFilters collection.
- Parameters:
 
type - the type of filter 
- Returns:
 
- the added pivot filter