Spread for ASP.NET 12 Product Documentation
MoveRows Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetSpanModel Class : MoveRows Method
Row index at which to start the move
Row index at which to paste rows
Number of rows to move
Moves rows and pastes them at the specified location.
Syntax
'Declaration
 
Public Sub MoveRows( _
   ByVal fromRow As Integer, _
   ByVal toRow As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As DefaultSheetSpanModel
Dim fromRow As Integer
Dim toRow As Integer
Dim count As Integer
 
instance.MoveRows(fromRow, toRow, count)
public void MoveRows( 
   int fromRow,
   int toRow,
   int count
)

Parameters

fromRow
Row index at which to start the move
toRow
Row index at which to paste rows
count
Number of rows to move
See Also

Reference

DefaultSheetSpanModel Class
DefaultSheetSpanModel Members