asposecells.api

Class FilterType

Utility class containing constants. The filter type.

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

    • Field Detail

      • COLOR_FILTER

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

        const int CUSTOM_FILTERS
        Custom filter type.
      • DYNAMIC_FILTER

        const int DYNAMIC_FILTER
        Dynamic filter type.
      • MULTIPLE_FILTERS

        const 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

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

        const int TOP_10
        Top 10 filter.
      • NONE

        const int NONE
        No filter.