com.aspose.cells
Class FilterType

java.lang.Object
    extended by com.aspose.cells.FilterType

public class FilterType 
extends java.lang.Object

Utility class containing constants. The filter type.


Field Summary
static final intCOLOR_FILTER
           Filter by fill color of the cell.
static final intCUSTOM_FILTERS
           Custom filter type.
static final intDYNAMIC_FILTER
           Dynamic filter type.
static final intMULTIPLE_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 intICON_FILTER
           Filter by icon of conditional formatting.
static final intTOP_10
           Top 10 filter.
static final intNONE
           No filter.
 

Field Detail

COLOR_FILTER

public static final int COLOR_FILTER
Filter by fill color of the cell.

CUSTOM_FILTERS

public static final int CUSTOM_FILTERS
Custom filter type.

DYNAMIC_FILTER

public static final int DYNAMIC_FILTER
Dynamic filter type.

MULTIPLE_FILTERS

public 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.

ICON_FILTER

public static final int ICON_FILTER
Filter by icon of conditional formatting.

TOP_10

public static final int TOP_10
Top 10 filter.

NONE

public static final int NONE
No filter.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.