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 calendarType
Section titled "calendarType"calendarType: CalendarType includeBlanks
Section titled "includeBlanks"includeBlanks: boolean 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