CalculationSettingsGetSelectedRows Method TIBCO Spotfire 7.6 API Reference

Note: This API is now obsolete.

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: 25.11.10401.3615 (25.11.10401.3615)
Syntax

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

Parameters

id
Type: Spotfire.Dxp.Application.CalculationsCalculationDependencyIdentifier
The CalculationDependencyIdentifier to look for.
dt
Type: Spotfire.Dxp.DataDataTable
The DataTable for which we want the selected rows.

Return Value

Type: IndexSet
An IndexSet with the selected rows.
Exceptions

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

Obsolete (compiler warning) in 7.6
Obsolete (compiler warning) in 7.5
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

Reference