AutoFilterCustomFilterCollection
Overview
AutoFilterCustomFilterCollection is a class in Aspose.Cells FOSS for Java.
Inherits from: Iterable<AutoFilterCustomFilter>.
Represents the AutoFilterCustomFilterCollection component.
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. |