'Declaration Public Sub Copy( _ ByVal fromRow As Integer, _ ByVal fromColumn As Integer, _ ByVal toRow As Integer, _ ByVal toColumn As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ )
Parameters
- fromRow
- Row index of start of range from which to copy
- fromColumn
- Column index of start of range from which to copy
- toRow
- Row index of start of range to which to copy
- toColumn
- Column index of start of range to which to copy
- rowCount
- Number of rows to copy
- columnCount
- Number of columns to copy