'Declaration Public Sub MoveRange( _ ByVal fromRow As Integer, _ ByVal fromColumn As Integer, _ ByVal toRow As Integer, _ ByVal toColumn As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer, _ ByVal dataOnly As Boolean _ )
Parameters
- fromRow
- Row index of top-left cell in block to move
- fromColumn
- Column index of top-left cell in block to move
- toRow
- Row index for destination of upper-left cell in block
- toColumn
- Column index for destination of upper-left cell in block
- rowCount
- Number of rows in the block
- columnCount
- Number of columns in the block
- dataOnly
- Whether data only or data with formatting are swapped