[]
Creates a new object with the LeaveCell event arguments.
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)
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 |