Represents a filter which can filter cells based on specific, fixed values, which are allowed to display.

FixedValuesFilter

new FixedValuesFilter(a: IFilterable): FixedValuesFilter

Returns FixedValuesFilter

Gets or sets the calendar type used to interpret values in the [[dateGroups]] collection.

get calendarType(): CalendarType

Returns CalendarType

set calendarType(a: CalendarType): void

Parameters

Returns void

Gets or sets the value which indicates whether blank cells should be filtered in.

get includeBlanks(): boolean

Returns boolean

set includeBlanks(a: boolean): void

Parameters

  • a: boolean

Returns void

Gets or sets the fixed date group at the specified index.

dateGroups(index: number, value: FixedDateGroup): FixedDateGroup

Parameters

  • index: number

    The 0-based index of the value to get or set.

  • value: FixedDateGroup

Returns FixedDateGroup

Gets or sets the display text value at the specified index.

displayValues(index: number, value: string): string

Parameters

  • index: number

    The 0-based index of the value to get or set.

  • value: string

Returns string