ListBoxFilter SetSelection Method ( Object ) TIBCO Spotfire 6.0 API Reference
Select the given values, this will remove all previously selected values.

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

public void SetSelection(
	params Object[] values
)

Parameters

values
Type:  System 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.
See Also