Exchanges the C1DataColumn objects at the specified index.
Syntax
'Declaration
Public Sub Exchange( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void Exchange(
System.int ,
System.int
)
Parameters
- src
- The zero-based index of the first C1DataColumn.
- dst
- The zero-based index of the second C1DataColumn.
See Also