PartitionableListTMoveItem Method |
[Missing <summary> documentation for "M:Altaxo.Collections.PartitionableList`1.MoveItem(System.Int32,System.Int32)"]
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected override void MoveItem(
int oldIndex,
int newIndex
)
Parameters
- oldIndex Int32
[Missing <param name="oldIndex"/> documentation for "M:Altaxo.Collections.PartitionableList`1.MoveItem(System.Int32,System.Int32)"]
- newIndex Int32
[Missing <param name="newIndex"/> documentation for "M:Altaxo.Collections.PartitionableList`1.MoveItem(System.Int32,System.Int32)"]
See Also