'Declaration Public Sub ExchangeColumns( _ ByVal firstColumn As Integer, _ ByVal secondColumn As Integer _ )
public void ExchangeColumns( int firstColumn, int secondColumn )
Parameters
- firstColumn
- The first column to exchange. This is an index of the column starting at zero.
- secondColumn
- The second column to exchange. This is an index of the column starting at zero.