Click or drag to resize

DataColumnCollectionChangeRowPosition Method

Moves on or more rows in to a new position.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ChangeRowPosition(
	IAscendingIntegerCollection selectedIndices,
	int newPosition
)

Parameters

selectedIndices  IAscendingIntegerCollection
The indices of the rows to move.
newPosition  Int32
The new position of the rows.
See Also