FilterColumnCollection
Contents
[
Hide
]FilterColumnCollection class
A collection of Filter objects that represents all the filters in an autofiltered range.
Methods
| Name | Description |
|---|---|
| add() | Reserved for internal use. |
| clear() | |
| contains() | Reserved for internal use. |
| get(fieldIndex) | Gets FilterColumn object at the special field. |
| get() | Reserved for internal use. |
| getByIndex() | Returns a single Filter object from a collection. |
| getCount() | |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt(index) |
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(fieldIndex)
Gets FilterColumn object at the special field.
| Parameter | Type | Description |
|---|---|---|
| fieldIndex | Number | 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: FilterColumn — FilterColumn Returns FilterColumn object.
get()
Reserved for internal use.
getByIndex()
Returns a single Filter object from a collection.
getCount()
indexOf()
Reserved for internal use.
iterator()
removeAt(index)
| Parameter | Type | Description |
|---|---|---|
| index | Number |