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 | Class and Description |
---|---|
class |
CustomFilter
Represents a filter that specifies one or two conditions (operators and values) and whether the two conditions are joined by 'and' or 'or'.
|
class |
DynamicFilter
Represents a dynamic filter criteria that can change, either with the data itself (e.g., "above average") or with the current system date (e.g., show values for "today").
|
class |
Top10Filter
Represents a filter that filters by a top N (percent or number of items).
|
class |
ValuesFilter
Represents a filter that filters by a list of values.
|
Modifier and Type | Method and Description |
---|---|
Filter |
ValuesFilter.clone(FilterColumn destinationColumn)
Deprecated.
This method is internal and should not be used.
|
Filter |
Top10Filter.clone(FilterColumn destinationColumn)
Deprecated.
This method is internal and should not be used.
|
abstract Filter |
Filter.clone(FilterColumn destinationColumn)
Deprecated.
This method is internal and should not be used.
|
Filter |
DynamicFilter.clone(FilterColumn destinationColumn)
Deprecated.
This method is internal and should not be used.
|
Filter |
CustomFilter.clone(FilterColumn destinationColumn)
Deprecated.
This method is internal and should not be used.
|
Filter |
FilterColumn.getFilter()
Gets the filter settings applied to this column or
null if no filter settings are applied to this column. |
Modifier and Type | Method and Description |
---|---|
Filter |
PivotFilter.getFilter()
Gets the filter settings applied to this pivot field or
null if no filter settings are applied to this pivot field. |
© GemBox d.o.o. — All rights reserved.