Package | Description |
---|---|
com.gembox.spreadsheet.pivottables |
Contains types that constitute model of Pivot Tables.
|
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. |
PivotTableFilter |
PivotTableFilter.byDynamic(PivotField field,
DynamicFilterType dynamicFilterType)
Sets a
DynamicFilterType to a pivot field. |
PivotTableFilter |
PivotTableFilter.byDynamic(PivotField field,
PivotField measureField,
DynamicFilterType dynamicFilterType)
Sets a
DynamicFilterType to a pivot field. |
PivotTableFilter |
PivotTableFilter.byTop10(PivotField field,
boolean top,
boolean percent,
double value)
Sets a
Top10Filter to a pivot field. |
PivotTableFilter |
PivotTableFilter.byTop10(PivotField field,
PivotField measureField,
boolean top,
boolean percent,
double value)
Sets a
Top10Filter to a pivot field. |
PivotTableFilter |
PivotTableFilter.byValues(PivotField field,
Iterable values)
Deprecated.
This method is internal and should not be used.
|
PivotTableFilter |
PivotTableFilter.byValues(PivotField field,
Object... values)
Deprecated.
This method is internal and should not be used.
|
PivotTableFilter |
PivotTableFilter.byValues(PivotField field,
PivotField measureField,
Iterable values)
Deprecated.
This method is internal and should not be used.
|
PivotTableFilter |
PivotTableFilter.byValues(PivotField field,
PivotField measureField,
Object... values)
Deprecated.
This method is internal and should not be used.
|
PivotTableFilter |
PivotTable.getFilter()
Gets the pivot table
PivotTableFilter . |
PivotTableFilter |
PivotFilterCollection.getPivotTableFilter()
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.