Click or drag to resize

IObservableListTMove Method

Moves the item at the old index to the new index.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void Move(
	int oldIndex,
	int newIndex
)

Parameters

oldIndex  Int32
The old index.
newIndex  Int32
The new index.
See Also