CalculationSettings GetSelectedRows Method TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also