asposecells.api

Class CustomFilterCollection

Represents the custom filters.

Constructor Summary
CustomFilterCollection()
Constructs new instance.
 
Property Getters/Setters Summary
methodgetAnd()
method
setAnd(value)
           Indicates whether the two criteria have an "and" relationship.
methodgetCount()
methodget(index)
Gets the custom filter in the specific index.
 
Method Summary
methodadd(value)
Reserved for internal use.
methodclear()
methodcontains(value)
Reserved for internal use.
methodget(index)
Reserved for internal use.
methodindexOf(value)
Reserved for internal use.
methoditerator()
methodremoveAt(index)
 

    • Constructor Detail

      • CustomFilterCollection

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

      • getAnd/setAnd : boolean 

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

        int getCount()
        
      • get : CustomFilter 

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

      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
      • get

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

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

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

        int indexOf(value)
        Reserved for internal use.