[]
        
(Showing Draft Content)

FarPoint.Win.Spread.LeaveCellEventArgs.-ctor

LeaveCellEventArgs Constructor

LeaveCellEventArgs(SpreadView, int, int, int, int)

Creates a new object with the LeaveCell event arguments.

Declaration
public LeaveCellEventArgs(SpreadView view, int row, int column, int newRow, int newColumn)
Public Sub New(view As SpreadView, row As Integer, column As Integer, newRow As Integer, newColumn As Integer)
Parameters
Type Name Description
SpreadView view

View with the cell being left

int row

Row index of the cell being left

int column

Column index of the cell being left

int newRow

Row index of the cell being entered

int newColumn

Column index of the cell being entered