AutoFilterCustomFilterCollection

AutoFilterCustomFilterCollection

Overview

AutoFilterCustomFilterCollection is a class in Aspose.Cells FOSS for Java. Inherits from: Iterable<AutoFilterCustomFilter>.

Represents the AutoFilterCustomFilterCollection component.

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.