Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / OnMoveRows Method
Start row index
End row index
Number of rows


In This Topic
OnMoveRows Method
In This Topic
Occurs when rows are moved.
Syntax
'Declaration
 
Protected Overridable Sub OnMoveRows( _
   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.OnMoveRows(fromRow, toRow, count)

Parameters

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