IObservableListTMove Method |
Moves the item at the old index to the new index.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Move(
int oldIndex,
int newIndex
)
Parameters
- oldIndex Int32
- The old index.
- newIndex Int32
- The new index.
See Also