Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
FilterType |
ValuesFilter.getFilterType()
Gets the
VALUES value. |
FilterType |
Top10Filter.getFilterType()
Gets the
TOP_10 value. |
abstract FilterType |
Filter.getFilterType()
Gets the filter type.
|
FilterType |
DynamicFilter.getFilterType()
Gets the
DYNAMIC value. |
FilterType |
CustomFilter.getFilterType()
Gets the
CUSTOM value. |
static FilterType |
FilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterType[] |
FilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© GemBox d.o.o. — All rights reserved.