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 |
---|---|
DynamicFilterType |
DynamicFilter.getDynamicFilterType()
Gets the dynamic filter type.
|
static DynamicFilterType |
DynamicFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamicFilterType[] |
DynamicFilterType.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.byDynamic(int columnIndex,
DynamicFilterType dynamicFilterType)
Sets a
DynamicFilter to a column with the specified index (relative to the Range ). |
void |
DynamicFilter.setDynamicFilterType(DynamicFilterType filterType)
Sets the dynamic filter type.
|
Modifier and Type | Method and Description |
---|---|
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. |
© GemBox Ltd. — All rights reserved.