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

$t: Type
calendarType: CalendarType
includeBlanks: boolean

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