aspose.cells

Class FilterType

Utility class containing constants. The filter type.

Field Summary
const  NumberCOLOR_FILTER
Filter by fill color of the cell.
const  NumberCUSTOM_FILTERS
Custom filter type.
const  NumberDYNAMIC_FILTER
Dynamic filter type.
const  NumberMULTIPLE_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.
const  NumberICON_FILTER
Filter by icon of conditional formatting.
const  NumberTOP_10
Top 10 filter.
const  NumberNONE
No filter.
 

    • Field Detail

      • COLOR_FILTER

        const Number COLOR_FILTER
        Filter by fill color of the cell.
      • CUSTOM_FILTERS

        const Number CUSTOM_FILTERS
        Custom filter type.
      • DYNAMIC_FILTER

        const Number DYNAMIC_FILTER
        Dynamic filter type.
      • MULTIPLE_FILTERS

        const Number 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

        const Number ICON_FILTER
        Filter by icon of conditional formatting.
      • TOP_10

        const Number TOP_10
        Top 10 filter.
      • NONE

        const Number NONE
        No filter.