Click or drag to resize
GridTableViewSwapColumns Method (Int32, Int32)
Swaps columns appearance position using order indexes of the two columns.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void SwapColumns(
	int orderIndex1,
	int orderIndex2
)

Parameters

orderIndex1
Type: SystemInt32
orderIndex2
Type: SystemInt32
See Also