'Declaration Public Sub SwapColumns( _ ByVal fromColumn As Integer, _ ByVal toColumn As Integer, _ ByVal count As Integer _ )
'Usage Dim instance As DefaultSheetSpanModel Dim fromColumn As Integer Dim toColumn As Integer Dim count As Integer instance.SwapColumns(fromColumn, toColumn, count)
Parameters
- fromColumn
- Column index at which to start swap
- toColumn
- Column index at which to swap columns
- count
- Number of columns to swap