[]
Copies rows and pastes them at the specified location.
public void CopyRows(int fromRow, int toRow, int count)
Public Sub CopyRows(fromRow As Integer, toRow As Integer, count As Integer)
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 |