'Declaration Public Sub ExchangeColumns( _ ByVal firstColumn As System.Integer, _ ByVal secondColumn As System.Integer _ )
public void ExchangeColumns( System.int firstColumn, System.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.