[]
Creates a new object with the Change event arguments.
public ChangeEventArgs(SpreadView view, int row, int column)
Public Sub New(view As SpreadView, row As Integer, column As Integer)
Type | Name | Description |
---|---|---|
SpreadView | view | Spreadview object that contains the cell that is changed |
int | row | Row index of the cell that is changed |
int | column | Column index of the cell that is changed |