DataFilteringSelectionCollectionRemove Method

Spotfire 15.0 API Reference
Remove a filtering selection.

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public void Remove(
	DataFilteringSelection dataSelection
)

Parameters

dataSelection
Type: Spotfire.Dxp.DataDataFilteringSelection
The filtering selection to remove.
Exceptions

ExceptionCondition
ArgumentExceptionThrown if the data selection is the last one in the collection.
Version Information


See Also

Reference