Click or drag to resize

DataTableToMatrixConverterSelectedPropertyColumns Property

Sets the collection of indices of selected property columns.

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

Property Value

IAscendingIntegerCollection
The collection of indices of selected property columns.
See Also