ObservableListTExchangeItemsAtIndices Method |
Exchanges the item at index idx1 with the item at idx2.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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 See Also