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.
Description
AutoFilterCustomFilterCollection is a class in the Aspose.Cells FOSS library for Java that exposes 8 methods and 2 properties for programmatic use. It extends Iterable<AutoFilterCustomFilter>, inheriting shared functionality from its parent type.
Core capabilities include: boolean; sets the match all; removes at. These operations enable developers to integrate autofiltercustomfiltercollection functionality directly into Java applications.
The class also provides the matchAll property (indicates whether match all), the count property (returns the count).
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. |