AutoFilterCustomFilterCollection

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

NameTypeAccessDescription
matchAllbooleanReadIndicates whether match all.
countintReadReturns the count.

Methods

SignatureDescription
isMatchAll()booleanIndicates whether match all.
setMatchAll(matchAll: boolean)Sets the match all.
getCount()intReturns the count.
get(index: int)AutoFilterCustomFilterReturns the requested item.
add(operatorType: AutoFilterModel.FilterOperatorType, value: String)intAdds 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.

See Also

 English