Click or drag to resize

DataTableMatrixProxyBaseSetDataRows Method

Sets the data columns from an enumeration of data column proxies.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetDataRows(
	IAscendingIntegerCollection dataRows
)

Parameters

dataRows  IAscendingIntegerCollection
The enumeration of data rows.
See Also