AutoFilterCustomFilterCollection

AutoFilterCustomFilterCollection

Overzicht

AutoFilterCustomFilterCollection is een klasse in Aspose.Cells FOSS voor Java.
Erft van: Iterable<AutoFilterCustomFilter>.

Stelt de AutoFilterCustomFilterCollection component voor.

Eigenschappen

NaamTypeToegangBeschrijving
matchAllbooleanLezenGeeft aan of alles overeenkomt.
countintLezenRetourneert het aantal.

Methoden

HandtekeningBeschrijving
isMatchAll()booleanGeeft aan of alles overeenkomt.
setMatchAll(matchAll: boolean)Stelt de match all in.
getCount()intRetourneert het aantal.
get(index: int)AutoFilterCustomFilterRetourneert het aangevraagde item.
add(operatorType: AutoFilterModel.FilterOperatorType, value: String)intVoegt een nieuw item toe aan de huidige collectie.
removeAt(index: int)Verwijdert op.
clear()Leegt de huidige status die door dit object wordt onderhouden.
iterator()Iterator<AutoFilterCustomFilter>Retourneert een iterator over de huidige collectie.
 Nederlands