Kendo.Mvc.UI.Fluent.SpreadsheetSheetFilterSettingsBuilder
Defines the fluent API for configuring the SpreadsheetSheetFilterSettings settings.
Methods
Ref(System.String)
The active range for the filter, for example, B1:D8.
Parameters
value System.String
The value that configures the ref.
Columns(System.Action<Kendo.Mvc.UI.Fluent.SpreadsheetSheetFilterSettingsColumnFactory>)
An array defining the filter configuration of individual columns.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.SpreadsheetSheetFilterSettingsColumnFactory>
The action that configures the columns.