[]
Configurates ShowIncludeSelection. Sets a value that indicates whether the value filter should display excel like 'Add current selection to filter' option.
public ValueFilterBuilder ShowIncludeSelection(bool value)
Public Function ShowIncludeSelection(value As Boolean) As ValueFilterBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| ValueFilterBuilder | Current builder. |