public interface IFilter
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCriteria1()
Returns the first filtered value for the specified column in a filtered
range.
|
java.lang.Object |
getCriteria2()
Returns the second filtered value for the specified column in a filtered
range.
|
boolean |
getOn()
Gets whether the specified filter is on.
|
AutoFilterOperator |
getOperator()
Returns the operator that associates the two criteria applied by the
specified filter.
|
java.lang.Object getCriteria1()
java.lang.Object getCriteria2()
boolean getOn()
AutoFilterOperator getOperator()