asposecells.api
Class FilterColumnCollection

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

Property Getters/Setters Summary
methodgetCount()
          
methodget(fieldIndex)
           Gets FilterColumn object at the special field.
 
Method Summary
methodadd(value)→ inherited from CollectionBase
          Reserved for internal use.
methodclear()→ inherited from CollectionBase
          
methodcontains(value)→ inherited from CollectionBase
          Reserved for internal use.
methodget(index)→ inherited from CollectionBase
          Reserved for internal use.
methodgetByIndex(index)
           Returns a single Filter object from a collection.
methodindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
methoditerator()→ inherited from CollectionBase
          
methodremoveAt(index)
          
 

Property Getters/Setters Detail

getCount : int 

int getCount()

get : FilterColumn 

FilterColumn 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:
Returens FilterColumn object.

Method Detail

removeAt

 removeAt(index)
Parameters:
index: int -

getByIndex

FilterColumn getByIndex(index)
Returns a single Filter object from a collection.

clear

 clear()

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.

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