CalculationSettings GetSelectedRows Method TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
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

Obsolete (compiler warning) in 7.0
Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
See Also