Click or drag to resize

DataTableToMatrixConverterSelectedDataColumns Property

Sets the collection of indices of selected data columns.

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

Property Value

IAscendingIntegerCollection
The indices of selected data columns.
See Also