top10filter-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.autofilter
class top10filter

java.lang.object
  extended by com.spire.xls.core.spreadsheet.autofilter.top10filter

public class top10filter
extends java.lang.object

represents the top 10 filter.


constructor summary
top10filter(boolean istop, boolean ispercent, int items, filtercolumn parentcol)
           
top10filter(filtercolumn parentcol)
           
 
method summary
 java.lang.object getcriteria()
           
 int getitems()
          gets and sets the items of the filter.
 boolean ispercent()
          indicates whether the items is percent.
 void ispercent(boolean value)
          indicates whether the items is percent.
 boolean istop()
          indicates whether it's top filter.
 void istop(boolean value)
          indicates whether it's top filter.
 void setcriteria(java.lang.object value)
           
 void setitems(int value)
          gets and sets the items of the filter.
 
constructor detail

top10filter

public top10filter(filtercolumn parentcol)

top10filter

public top10filter(boolean istop,
                   boolean ispercent,
                   int items,
                   filtercolumn parentcol)
method detail

istop

public boolean istop()
indicates whether it's top filter.
returns:

istop

public void istop(boolean value)
indicates whether it's top filter.

ispercent

public boolean ispercent()
indicates whether the items is percent.
returns:

ispercent

public void ispercent(boolean value)
indicates whether the items is percent.

getitems

public int getitems()
gets and sets the items of the filter.

setitems

public void setitems(int value)
gets and sets the items of the filter.

getcriteria

public java.lang.object getcriteria()

setcriteria

public void setcriteria(java.lang.object value)


网站地图