Click or drag to resize

DataColumnCollectionSwapColumnPositions Method

Swaps the positions of two columns.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SwapColumnPositions(
	int i,
	int j
)

Parameters

i  Int32
The first column index.
j  Int32
The second column index.
See Also