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