ComponentOne True DBGrid for WinForms
Exchange(Int32,Int32) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > GroupedColumnCollection Class : Exchange(Int32,Int32) Method
The zero-based index of the first C1DataColumn.
The zero-based index of the second C1DataColumn.
Exchanges the C1DataColumn objects at the specified index.
Syntax
'Declaration
 
Public Sub Exchange( _
   ByVal src As System.Integer, _
   ByVal dst As System.Integer _
) 
public void Exchange( 
   System.int src,
   System.int dst
)

Parameters

src
The zero-based index of the first C1DataColumn.
dst
The zero-based index of the second C1DataColumn.
See Also

Reference

GroupedColumnCollection Class
GroupedColumnCollection Members