aspose.cells

Class PivotFilterCollection

Represents a collection of all the PivotFilter objects

Property Getters/Setters Summary
functiongetCount()
functionget(index)
Gets the pivotfilter object at the specific index.
 
Method Summary
functionadd(fieldIndex, type)
Adds a PivotFilter Object to the specific type
functionadd(value)
Reserved for internal use.
functionclear()
functionclearFilter(fieldIndex)
Clear PivotFilter from the specific PivotField
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : Number 

        function getCount()
        
      • get : PivotFilter 

        function get(index)
        
        Gets the pivotfilter object at the specific index.
    • Method Detail

      • add

        function add(fieldIndex, type)
        Adds a PivotFilter Object to the specific type
        Parameters:
        fieldIndex: Number - the PivotField index
        type: Number - A PivotFilterType value. the PivotFilter type
        Returns:
        the index of the PivotFilter Object in this PivotFilterCollection.
      • clearFilter

        function clearFilter(fieldIndex)
        Clear PivotFilter from the specific PivotField
        Parameters:
        fieldIndex: Number - the PivotField index
      • clear

        function clear()
      • removeAt

        function removeAt(index)
      • iterator

        function iterator()
      • get

        function get(index)
        Reserved for internal use.
      • contains

        function contains(value)
        Reserved for internal use.
      • add

        function add(value)
        Reserved for internal use.
      • indexOf

        function indexOf(value)
        Reserved for internal use.