Spread for ASP.NET 12 Product Documentation
CopyRows Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetSpanModel Class : CopyRows Method
Row index at which to start copying
Row index at which to paste columns
Number of rows to copy
Copies rows and pastes them at the specified location.
Syntax
'Declaration
 
Public Sub CopyRows( _
   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.CopyRows(fromRow, toRow, count)
public void CopyRows( 
   int fromRow,
   int toRow,
   int count
)

Parameters

fromRow
Row index at which to start copying
toRow
Row index at which to paste columns
count
Number of rows to copy
See Also

Reference

DefaultSheetSpanModel Class
DefaultSheetSpanModel Members