GridTableViewSwapColumns Method (Int32, Int32) |
Swaps columns appearance position using order indexes of the two columns.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void SwapColumns(
int orderIndex1,
int orderIndex2
)
Public Sub SwapColumns (
orderIndex1 As Integer,
orderIndex2 As Integer
)
public:
void SwapColumns(
int orderIndex1,
int orderIndex2
)
member SwapColumns :
orderIndex1 : int *
orderIndex2 : int -> unit
Parameters
- orderIndex1
- Type: SystemInt32
- orderIndex2
- Type: SystemInt32
See Also