AutoFilterCustomFilterCollection
Overview
AutoFilterCustomFilterCollection is a class in Aspose.Cells FOSS for Java.
Inherits from: Iterable<AutoFilterCustomFilter>.
Represents the AutoFilterCustomFilterCollection component.
This class provides 8 methods for working with AutoFilterCustomFilterCollection objects in Java programs.
Available methods include: add, clear, get, getCount, isMatchAll, iterator, removeAt, setMatchAll.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: count, matchAll.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
matchAll | boolean | Read | Indicates whether match all. |
count | int | Read | Returns the count. |
Methods
| Signature | Description |
|---|---|
isMatchAll() → boolean | Indicates whether match all. |
setMatchAll(matchAll: boolean) | Sets the match all. |
getCount() → int | Returns the count. |
get(index: int) → AutoFilterCustomFilter | Returns the requested item. |
add(operatorType: AutoFilterModel.FilterOperatorType, value: String) → int | Adds a new item to the current collection. |
removeAt(index: int) | Removes at. |
clear() | Clears the current state maintained by this object. |
iterator() → Iterator<AutoFilterCustomFilter> | Returns an iterator over the current collection. |