ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

GroupedColumnCollection.Exchange Method

Exchanges the C1DataColumn objects at the specified index.

[Visual Basic]

Public Sub Exchange( _

ByVal src As Integer, _

ByVal dst As Integer _

)

[C#]

public void Exchange(

int src,

int dst

);

[Delphi]

public procedure Exchange(

src: Int32;

dst: Int32

);

Parameters

src

The zero-based index of the first C1DataColumn.

dst

The zero-based index of the second C1DataColumn.

See Also

GroupedColumnCollection Class | GroupedColumnCollection Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.