aspose.cells

Class FilterColumnCollection

A collection of Filter objects that represents all the filters in an autofiltered range.

Property Getters/Setters Summary
functiongetCount()
functionget(fieldIndex)
Gets FilterColumn object at the special field.
 
Method Summary
functionadd(value)
Reserved for internal use.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functiongetByIndex(index)
Returns a single Filter object from a collection.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : Number 

        function getCount()
        
      • get : FilterColumn 

        function get(fieldIndex)
        
        Gets FilterColumn object at the special field.
        Parameters:
        fieldIndex - The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0).
        Returns:
        Returns FilterColumn object.
    • Method Detail

      • removeAt

        function removeAt(index)
        Parameters:
        index: Number -
      • getByIndex

        function getByIndex(index)
        Returns a single Filter object from a collection.
      • clear

        function clear()
      • 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.