GrapeCity.Xaml.SpreadSheet.Data
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 Integer, _
   ByVal toRow As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As SheetSpanModel
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
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 Server 2012, Windows RT

See Also

Reference

SheetSpanModel Class
SheetSpanModel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options