NGTreeNodeCollectionSwap Method |
Swap the nodes of indices i and j.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid Swap(
int i,
int j
)
Parameters
- i Int32
- The index of the first node.
- j Int32
- The index of the second node.
See Also