[]
Exchanges the C1DataColumn objects at the specified index.
public void Exchange(int src, int dst)
Public Sub Exchange(src As Integer, dst As Integer)
| Type | Name | Description |
|---|---|---|
| int | src | The zero-based index of the first C1DataColumn. |
| int | dst | The zero-based index of the second C1DataColumn. |