DataMarkingSelectionSetSelection Method (RowSelection, DataTable, DataSelectionOperation)

Spotfire 15.0 API Reference
Set the marking selection for a given table.

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 SetSelection(
	RowSelection rowMask,
	DataTable dataTable,
	DataSelectionOperation dataSelectionOperation
)

Parameters

rowMask
Type: Spotfire.Dxp.DataRowSelection
The row selection to set.
dataTable
Type: Spotfire.Dxp.DataDataTable
The table to set the selection on.
dataSelectionOperation
Type: Spotfire.Dxp.DataDataSelectionOperation
The operation to use when combining this selection with previously set selections.
Version Information


See Also

Reference