Represents a filter which can filter cells based on specific, fixed values, which are allowed to display.
Constructors
Section titled "Constructors"FixedValuesFilter
new FixedValuesFilter(a: IFilterable): FixedValuesFilter Returns FixedValuesFilter
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"calendarType
Section titled "calendarType"Gets or sets the calendar type used to interpret values in the [[dateGroups]] collection.
get calendarType(): CalendarType
Returns CalendarType
includeBlanks
Section titled "includeBlanks"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
Methods
Section titled "Methods"dateGroups
Section titled "dateGroups"Gets or sets the fixed date group at the specified index.
dateGroups(index: number, value: FixedDateGroup): FixedDateGroup Parameters
- index:
numberThe 0-based index of the value to get or set.
- value:
FixedDateGroup
Returns FixedDateGroup
displayValues
Section titled "displayValues"Gets or sets the display text value at the specified index.
displayValues(index: number, value: string): string Parameters
- index:
numberThe 0-based index of the value to get or set.
- value:
string