[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Fluent.ValueFilterSettingBuilder.ExclusiveValueSearch

ExclusiveValueSearch Method

ExclusiveValueSearch(bool)

Configurates ExclusiveValueSearch. Sets a value that determines whether the filter should include only values selected by the @see:filterText property.

Declaration
public ValueFilterSettingBuilder ExclusiveValueSearch(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
ValueFilterSettingBuilder

Current builder.

Remarks

This property is set to true by default, which matches Excel's behavior.