DataColumnCollectionSwapColumnPositions Method |
Swaps the positions of two columns.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void SwapColumnPositions(
int i,
int j
)
Parameters
- i Int32
- The first column index.
- j Int32
- The second column index.
See Also