Click or drag to resize

SortingRowSwapMethod Delegate

Swaps two row indices.

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

Parameters

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