True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / GroupedColumnCollection Class / Exchange Method
The zero-based index of the first C1DataColumn.
The zero-based index of the second C1DataColumn.

In This Topic
    Exchange Method (GroupedColumnCollection)
    In This Topic
    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