aspose.cells

Class MultipleFilterCollection

Represents the multiple filter collection.

Constructor Summary
MultipleFilterCollection()
Constructs one new instance.
 
Property Getters/Setters Summary
functiongetCount()
functiongetMatchBlank()
function
           Indicates whether to filter by blank.
functionget(index)
DateTimeGroupItem or a simple object.
 
Method Summary
functionadd(type, year, month, day)
functionadd(type, year, month, day, hour, minute, second)
functionadd(filter)
Adds string filter.
functioniterator()
 

    • Constructor Detail

      • MultipleFilterCollection

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

      • getCount : Number 

        function getCount()
        
      • getMatchBlank/setMatchBlank : boolean 

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

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

      • add

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

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

        function iterator()