Click or drag to resize
ListViewExtrasSwapIndicies Method
swap two rows given by their index

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SwapIndicies(
	ListView lv,
	int index1,
	int index2
)

Parameters

lv
Type: System.Windows.FormsListView
index1
Type: SystemInt32
First Index to Swap
index2
Type: SystemInt32
Second Index to Swap
See Also