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


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

Parameters

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