ListBoxFilterSetSelection Method (IEnumerableObject) TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public void SetSelection(
	IEnumerable<Object> values
)

Parameters

values
Type: System.Collections.GenericIEnumerableObject
The values to add.
Exceptions

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

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

Reference