CopyRows Method
CopyRows(int, int, int)
Copies rows and pastes them at the specified location.
Declaration
public void CopyRows(int fromRow, int toRow, int count)
Public Sub CopyRows(fromRow As Integer, toRow As Integer, count As Integer)
Parameters
Type |
Name |
Description |
int |
fromRow |
Row index at which to start copying
|
int |
toRow |
Row index at which to paste columns
|
int |
count |
Number of rows to copy
|