PartitionableListTMoveItem Method |
Moves the item at the specified index to a new location in the collection.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected 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