ListBoxFilterSetSelection Method (IEnumerableObject)

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
Syntax

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

Parameters

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

ExceptionCondition
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: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference