Click or drag to resize

SortingRowSwapMethod Delegate

[Missing <summary> documentation for "T:Altaxo.Data.Sorting.RowSwapMethod"]


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

Parameters

i  Int32
 
j  Int32
 
See Also