[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.LeaveCellEventArgs.-ctor

LeaveCellEventArgs Constructor

LeaveCellEventArgs(GcSpreadSheet, IWorksheet, int, int, int, int)

Creates a new object with the LeaveCell event arguments.

Declaration
public LeaveCellEventArgs(GcSpreadSheet spread, IWorksheet worksheet, int row, int column, int newRow, int newColumn)
Public Sub New(spread As GcSpreadSheet, worksheet As IWorksheet, row As Integer, column As Integer, newRow As Integer, newColumn As Integer)
Parameters
Type Name Description
GcSpreadSheet spread

GcSpreadSheet with the cell being left

IWorksheet worksheet

Row index of 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