'Declaration
Public Sub MoveTableRows( _ ByVal fromRow As Integer, _ ByVal toRow As Integer, _ ByVal count As Integer _ )
Parameters
- fromRow
- The row to move from.
- toRow
- The row to move to.
- count
- The number of rows to move.
'Declaration
Public Sub MoveTableRows( _ ByVal fromRow As Integer, _ ByVal toRow As Integer, _ ByVal count As Integer _ )