| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
AutoFilterOperator |
IFilter.getOperator()
Returns the operator that associates the two criteria applied by the
specified filter.
|
static AutoFilterOperator |
AutoFilterOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AutoFilterOperator |
AutoFilterOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AutoFilterOperator[] |
AutoFilterOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static AutoFilterOperator[] |
AutoFilterOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IRange.autoFilter(int field,
java.lang.Object criteria1,
AutoFilterOperator op)
Filters a list using the AutoFilter.
|
void |
IRange.autoFilter(int field,
java.lang.Object criteria1,
AutoFilterOperator op,
java.lang.Object criteria2)
Filters a list using the AutoFilter.
|
void |
IRange.autoFilter(int field,
java.lang.Object criteria1,
AutoFilterOperator op,
java.lang.Object criteria2,
boolean visibleDropDown)
Filters a list using the AutoFilter.
|