CalculationSettings GetSelectedRows Method TIBCO Spotfire 5.5 API Reference
Gets the selected rows for a datatable and a CalculationDependencyIdentifier that has been registered together with a DataSelection.

Namespace: Spotfire.Dxp.Application.Calculations
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 11.15.5816.4413 (11.15.5816.4413)
Syntax

[ObsoleteAttribute("Not supported utility method, use DataSelection directly instead.")]
protected IndexSet GetSelectedRows(
	CalculationDependencyIdentifier id,
	DataTable dt
)

Return Value

Type: IndexSet
An IndexSet with the selected rows.
Exceptions

ExceptionCondition
System ArgumentExceptionIf the identifier cannot be found among the DataSelection identifiers.
Version Information

Supported in: 4.5, 4.0, 3.3
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
See Also