Click or drag to resize

DataTableToMatrixConverterSelectedDataRows Property

Sets the collection of indices of selected data rows.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IAscendingIntegerCollection SelectedDataRows { set; }

Property Value

IAscendingIntegerCollection
The indices of selected data rows.
See Also