com.aspose.cells

Class FilterType

  • java.lang.Object
    • com.aspose.cells.FilterType
public class FilterType 
extends java.lang.Object

Utility class containing constants. The filter type.

Field Summary
static final intCOLOR_FILTER
static final intCUSTOM_FILTERS
static final intDYNAMIC_FILTER
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
static final intTOP_10
static final intNONE
 

    • 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
        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
      • TOP_10

        public static final int TOP_10
      • NONE

        public static final int NONE