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