'Declaration
Public Sub MoveTableColumns( _ ByVal fromColumn As Integer, _ ByVal toColumn As Integer, _ ByVal count As Integer _ )
Parameters
- fromColumn
- The column to move from.
- toColumn
- The column to move to.
- count
- The number of columns to move.
'Declaration
Public Sub MoveTableColumns( _ ByVal fromColumn As Integer, _ ByVal toColumn As Integer, _ ByVal count As Integer _ )