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


In This Topic
OnMoveCells Method
In This Topic
Occurs when the cells are moved.
Syntax
'Declaration
 
Protected Overridable Sub OnMoveCells( _
   ByVal fromRow As Integer, _
   ByVal fromColumn As Integer, _
   ByVal toRow As Integer, _
   ByVal toColumn As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
 
'Usage
 
Dim instance As SheetView
Dim fromRow As Integer
Dim fromColumn As Integer
Dim toRow As Integer
Dim toColumn As Integer
Dim rowCount As Integer
Dim columnCount As Integer
 
instance.OnMoveCells(fromRow, fromColumn, toRow, toColumn, rowCount, columnCount)

Parameters

fromRow
Start row index
fromColumn
Start column index
toRow
End row index
toColumn
End column index
rowCount
Number of rows
columnCount
Number of columns
See Also