asposecells.api

Class MultipleFilterCollection

Represents the multiple filter collection.

Constructor Summary
MultipleFilterCollection()
Constructs one new instance.
 
Property Getters/Setters Summary
methodgetCount()
methodgetMatchBlank()
method
           Indicates whether to filter by blank.
methodget(index)
DateTimeGroupItem or a simple object.
 
Method Summary
methodadd(type, year, month, day)
methodadd(type, year, month, day, hour, minute, second)
methodadd(filter)
Adds string filter.
methoditerator()
 

    • Constructor Detail

      • MultipleFilterCollection

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

      • getCount : int 

        int getCount()
        
      • getMatchBlank/setMatchBlank : boolean 

        boolean getMatchBlank() / setMatchBlank(value)
        
        Indicates whether to filter by blank.
      • get : Object 

        Object get(index)
        
        DateTimeGroupItem or a simple object.
        Parameters:
        index -
        Returns:
    • Method Detail

      • add

         add(filter)
        Adds string filter.
        Parameters:
        filter: String - The filter data.
      • add

         add(type, year, month, day, hour, minute, second)
        Parameters:
        type - A DateTimeGroupingType value.
      • iterator

        Iterator iterator()