Kendo.Mvc.UI.Fluent.SpreadsheetDynamicFilterBuilder
Defines the fluent API for configuring SpreadsheetSheetFilterSettingsColumn
Methods
Index(System.Double)
The index of the column relative to the filter range.
Parameters
value System.Double
The value that configures the index.
Type(Kendo.Mvc.UI.SpreadsheetDynamicFilterType)
The filter sub-type, if any.Applicable types according to the main filter.
* aboveAverage
* belowAverage
* tomorrow
* today
* yesterday
* nextWeek
* thisWeek
* lastWeek
* nextMonth
* thisMonth
* lastMonth
* nextQuarter
* thisQuarter
* lastQuarter
* nextYear
* thisYear
* lastYear
* yearToDate
Parameters
value Kendo.Mvc.UI.SpreadsheetDynamicFilterType
The value that configures the type.