Spread Silverlight Documentation
MoveRows Method


The row index at which to start the move.
The row index at which to paste rows.
The number of rows to move.
Moves rows and pastes them at the specified location.
Syntax
'Declaration
 
Public Sub MoveRows( _
   ByVal fromRow As System.Integer, _
   ByVal toRow As System.Integer, _
   ByVal count As System.Integer _
) 
'Usage
 
Dim instance As SheetSpanModel
Dim fromRow As System.Integer
Dim toRow As System.Integer
Dim count As System.Integer
 
instance.MoveRows(fromRow, toRow, count)
public void MoveRows( 
   System.int fromRow,
   System.int toRow,
   System.int count
)

Parameters

fromRow
The row index at which to start the move.
toRow
The row index at which to paste rows.
count
The number of rows to move.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetSpanModel Class
SheetSpanModel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.