ListBoxFilter SetSelection Method (IEnumerable Object ) TIBCO Spotfire 7.0 API Reference
Select the given values, this will remove all previously selected values. Note that the IncludeAllValues property needs to be set to false in order for this selection to affect the filtering.

Namespace: Spotfire.Dxp.Application.Filters
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public void SetSelection(
	IEnumerable<Object> values
)

Parameters

values
Type: System.Collections.Generic IEnumerable Object 
The values to add.
Exceptions

ExceptionCondition
System ArgumentExceptionOne of the values does not exist in the column.
System ArgumentExceptionOne of the values is not of the same type as the column.
System ArgumentNullExceptionOne of the values or the enumerator is null.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also