Spread Silverlight Documentation
CopyRows Method


GrapeCity.Windows.SpreadSheet.Data Namespace > SheetSpanModel Class : CopyRows Method
The row index at which to start copying.
The row index at which to paste columns.
The number of rows to copy.
Copies rows and pastes them at the specified location.
Syntax
'Declaration
 
Public Sub CopyRows( _
   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.CopyRows(fromRow, toRow, count)
public void CopyRows( 
   System.int fromRow,
   System.int toRow,
   System.int count
)

Parameters

fromRow
The row index at which to start copying.
toRow
The row index at which to paste columns.
count
The number of rows to copy.
See Also

Reference

SheetSpanModel Class
SheetSpanModel Members