[]
Creates a new object with the EnterCell event arguments.
public EnterCellEventArgs(GcSpreadSheet spread, IWorksheet worksheet, int row, int column)
Public Sub New(spread As GcSpreadSheet, worksheet As IWorksheet, row As Integer, column As Integer)
| Type | Name | Description |
|---|---|---|
| GcSpreadSheet | spread | GcSpreadSheet that contains the cell being entered |
| IWorksheet | worksheet | Row index of the cell being entered. |
| int | row | Row index of the cell being entered |
| int | column | Column index of the cell being entered |