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)→ inherited from CollectionBase
          Reserved for internal use.
functionclear()→ inherited from CollectionBase
          
functioncontains(value)→ inherited from CollectionBase
          Reserved for internal use.
functionget(index)→ inherited from CollectionBase
          Reserved for internal use.
functiongetByIndex(index)
           Returns a single Filter object from a collection.
functionindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
functioniterator()→ inherited from CollectionBase
          
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.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.