Click or drag to resize

ObservableListTExchangeItemsAtIndices Method

Exchanges the item at index idx1 with the item at idx2.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ExchangeItemsAtIndices(
	int idx1,
	int idx2
)

Parameters

idx1  Int32
The index of the one item.
idx2  Int32
The index of the other item.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf a provided index is out of range.
See Also