java.lang.Object
com.aspose.cells.CustomFilter
public class CustomFilter
| Constructor Summary |
|---|
CustomFilter()
|
| Property Getters/Setters Summary | ||
|---|---|---|
java.lang.Object | getCriteria() | |
void | setCriteria(java.lang.Object value) | |
| Gets and sets the criteria. | ||
int | getFilterOperatorType() | |
void | setFilterOperatorType(int value) | |
| Gets and sets the filter operator type. The value of the property is FilterOperatorType integer constant. | ||
| Constructor Detail |
|---|
public CustomFilter()
| Property Getters/Setters Detail |
|---|
getFilterOperatorType/setFilterOperatorType | |
public int getFilterOperatorType() / public void setFilterOperatorType(int value) | |
getCriteria/setCriteria | |
public java.lang.Object getCriteria() / public void setCriteria(java.lang.Object value) | |