java.lang.Object
com.aspose.cells.FilterType
public class FilterType
| Field Summary | ||
|---|---|---|
static final int | COLOR_FILTER | |
static final int | CUSTOM_FILTERS | |
static final int | DYNAMIC_FILTER | |
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 | |
static final int | TOP_10 | |
static final int | NONE | |
| 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 | |