java.lang.Object
com.aspose.cells.FilterType
public class FilterType
| Field Summary | ||
|---|---|---|
static final int | COLOR_FILTER | |
| Filter by fill color of the cell. | ||
static final int | CUSTOM_FILTERS | |
| Custom filter type. | ||
static final int | DYNAMIC_FILTER | |
| Dynamic filter type. | ||
static final int | MULTIPLE_FILTERS | |
| When multiple values are chosen to filter by, or when a group of date values are chosen to filter by, this element groups those criteria together. | ||
static final int | ICON_FILTER | |
| Filter by icon of conditional formatting. | ||
static final int | TOP_10 | |
| Top 10 filter. | ||
static final int | NONE | |
| No filter. | ||
| Field Detail |
|---|
COLOR_FILTER | |
public static final int COLOR_FILTER | |
CUSTOM_FILTERS | |
public static final int CUSTOM_FILTERS | |
DYNAMIC_FILTER | |
public static final int DYNAMIC_FILTER | |
MULTIPLE_FILTERS | |
public static final int MULTIPLE_FILTERS | |
ICON_FILTER | |
public static final int ICON_FILTER | |
TOP_10 | |
public static final int TOP_10 | |
NONE | |
public static final int NONE | |