'Declaration Public Sub CopyRows( _ ByVal fromRow As Integer, _ ByVal toRow As Integer, _ ByVal count As Integer _ )
'Usage Dim instance As SheetSpanModel Dim fromRow As Integer Dim toRow As Integer Dim count As Integer instance.CopyRows(fromRow, toRow, count)
Parameters
- fromRow
- The row index at which to start copying.
- toRow
- The row index at which to paste columns.
- count
- The number of rows to copy.