Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LeaveCellEventArgs Class / LeaveCellEventArgs Constructor
View with the cell being left
Row index of the cell being left
Column index of the cell being left
Row index of the cell being entered
Column index of the cell being entered


In This Topic
LeaveCellEventArgs Constructor
In This Topic
Creates a new object with the LeaveCell event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal view As SpreadView, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal newRow As Integer, _
   ByVal newColumn As Integer _
)
 
'Usage
 
Dim view As SpreadView
Dim row As Integer
Dim column As Integer
Dim newRow As Integer
Dim newColumn As Integer
 
Dim instance As New LeaveCellEventArgs(view, row, column, newRow, newColumn)

Parameters

view
View with the cell being left
row
Row index of the cell being left
column
Column index of the cell being left
newRow
Row index of the cell being entered
newColumn
Column index of the cell being entered
See Also