multiplefiltercollection-ag凯发旗舰厅
com.spire.xls.core.spreadsheet.autofilter
class multiplefiltercollection
java.lang.object
com.spire.ms.system.collections.collectionbase
com.spire.xls.core.spreadsheet.autofilter.multiplefiltercollection
- all implemented interfaces:
- com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, java.lang.iterable
public class multiplefiltercollection
- extends com.spire.ms.system.collections.collectionbase
represents the multiple filte collection.
multiplefiltercollection
public multiplefiltercollection(filtercolumn parentcol)
clear
public void clear()
- overrides:
clear
in class com.spire.ms.system.collections.collectionbase
getcapacity
public int getcapacity()
- overrides:
getcapacity
in class com.spire.ms.system.collections.collectionbase
setcapacity
public void setcapacity(int value)
- overrides:
setcapacity
in class com.spire.ms.system.collections.collectionbase
getcount
public int getcount()
removedatefilter
public void removedatefilter(datetimegroupingtype type,
int year,
int month,
int day,
int hour,
int minute,
int second)
- remove a date in the filter.
- parameters:
type
- year
- month
- day
- hour
- minute
- second
-
removeat
public void removeat(int index)
- overrides:
removeat
in class com.spire.ms.system.collections.collectionbase
removefilter
public void removefilter(java.lang.string filter)
getmatchblank
public boolean getmatchblank()
- indicates whether to filter by blank.
setmatchblank
public void setmatchblank(boolean value)
get
public java.lang.object get(int index)
- datetimegroupitem or a simple object.
- parameters:
index
-
- returns:
getbyindex
public java.lang.object getbyindex(int index)
add
public void add(java.lang.string filter)
add
public void add(datetimegroupitem filter)
add
public void add(datetimegroupingtype type,
int year,
int month,
int day)