aspose.cells

Class CustomFilterCollection

Represents the custom filters.

Constructor Summary
CustomFilterCollection()
Constructs new instance.
 
Property Getters/Setters Summary
functiongetAnd()
function
setAnd(value)
           Indicates whether the two criteria have an "and" relationship.
functiongetCount()
functionget(index)
Gets the custom filter in the specific index.
 
Method Summary
functionadd(value)
Reserved for internal use.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • Constructor Detail

      • CustomFilterCollection

        function CustomFilterCollection()
        Constructs new instance.
    • Property Getters/Setters Detail

      • getAnd/setAnd : boolean 

        function getAnd() / function setAnd(value)
        
        Indicates whether the two criteria have an "and" relationship.
      • getCount : Number 

        function getCount()
        
      • get : CustomFilter 

        function get(index)
        
        Gets the custom filter in the specific index.
        Parameters:
        index - The index.
        Returns:
    • Method Detail

      • 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.