Gets the selected rows for a datatable and a CalculationDependencyIdentifier that has been registered together with
a DataSelection.
Namespace: Spotfire.Dxp.Application.CalculationsAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- id
- Type: Spotfire.Dxp.Application.Calculations CalculationDependencyIdentifier
The CalculationDependencyIdentifier to look for.
- dt
- Type: Spotfire.Dxp.Data DataTable
The DataTable for which we want the selected rows.
Return Value
Type: IndexSetAn IndexSet with the selected rows.
Exceptions
Exception | Condition |
---|---|
System ArgumentException | If the identifier cannot be found among the DataSelection identifiers. |
Version Information
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