Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
com.gembox.spreadsheet.pivottables |
Contains types that constitute model of Pivot Tables.
|
Modifier and Type | Method and Description |
---|---|
FilterOperator |
CustomFilter.getOperator()
Gets the operator used by the (first) filter condition.
|
FilterOperator |
CustomFilter.getOperator2()
Gets the operator used by the second filter condition.
|
static FilterOperator |
FilterOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterOperator[] |
FilterOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutoFilter |
AutoFilter.byCustom(int columnIndex,
FilterOperator operator,
Object value)
Sets a
CustomFilter to a column with the specified index (relative to the Range ). |
AutoFilter |
AutoFilter.byCustom(int columnIndex,
FilterOperator operator,
Object value,
boolean and,
FilterOperator operator2,
Object value2)
Sets a
CustomFilter to a column with the specified index (relative to the Range ). |
void |
CustomFilter.setOperator(FilterOperator operator)
Sets the operator used by the (first) filter condition.
|
void |
CustomFilter.setOperator2(FilterOperator operator2)
Sets the operator used by the second filter condition.
|
Modifier and Type | Method and Description |
---|---|
PivotTableFilter |
PivotTableFilter.byCustom(PivotField field,
FilterOperator operator,
Object value)
Sets a
CustomFilter to a pivot field. |
PivotTableFilter |
PivotTableFilter.byCustom(PivotField field,
FilterOperator operator,
Object value,
boolean and,
FilterOperator operator2,
Object value2)
Sets a
CustomFilter to a pivot field. |
PivotTableFilter |
PivotTableFilter.byCustom(PivotField field,
PivotField measureField,
FilterOperator operator,
Object value)
Sets a
CustomFilter to a pivot field. |
PivotTableFilter |
PivotTableFilter.byCustom(PivotField field,
PivotField measureField,
FilterOperator operator,
Object value,
boolean and,
FilterOperator operator2,
Object value2)
Sets a
CustomFilter to a pivot field. |
© GemBox Ltd. — All rights reserved.