Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / OnCopyRows Method
Start row index
End row index
Number of rows


In This Topic
    OnCopyRows Method
    In This Topic
    Occurs when rows are copied.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnCopyRows( _
       ByVal fromRow As Integer, _
       ByVal toRow As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim fromRow As Integer
    Dim toRow As Integer
    Dim count As Integer
     
    instance.OnCopyRows(fromRow, toRow, count)
    protected virtual void OnCopyRows( 
       int fromRow,
       int toRow,
       int count
    )

    Parameters

    fromRow
    Start row index
    toRow
    End row index
    count
    Number of rows
    See Also