|
||
| Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate | ||
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.cells.AutoFilter
public class AutoFilter
Represents autofiltering for the specified worksheet.
| Method Summary | |
|---|---|
void |
filter(int fieldIndex,
java.lang.String criteria)
Filters a list with specified criteria. |
void |
setRange(CellArea ca)
Sets cell range of auto filter. |
void |
showAll()
Shows all items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setRange(CellArea ca)
ca - cell range of auto filter.
java.lang.IllegalArgumentException - if cell range is null or cell range has one row.
CellsException - if worksheet has bean removed.public void showAll()
CellsException - if worksheet has bean removed.
public void filter(int fieldIndex,
java.lang.String criteria)
fieldIndex - The integer offset of the field.
on which you want to base the filter
(from the left of the list; the leftmost field is field 0).criteria - The specified criteria (a string; for example, "101").
java.lang.IllegalArgumentException - if field index of auto filter is out of range;
CellsException - if worksheet has bean removed.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||