Click or drag to resize

PartitionableListTMoveItem Method

Moves the item at the specified index to a new location in the collection.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected override void MoveItem(
	int oldIndex,
	int newIndex
)

Parameters

oldIndex  Int32
The zero-based index specifying the location of the item to be moved.
newIndex  Int32
The zero-based index specifying the new location of the item.
See Also