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