[]
Creates a new object with the UserFormulaEntered event arguments.
public UserFormulaEnteredEventArgs(SpreadView view, int row, int column)
Public Sub New(view As SpreadView, row As Integer, column As Integer)
Type | Name | Description |
---|---|---|
SpreadView | view | View that contains the user created formula |
int | row | Row index of the cell in which the user entered a formula |
int | column | Column index of the cell in which the user entered a formula |
Creates a new object with the UserFormulaEntered event arguments.
public UserFormulaEnteredEventArgs(SpreadView view, int row, int column, int row2, int column2)
Public Sub New(view As SpreadView, row As Integer, column As Integer, row2 As Integer, column2 As Integer)
Type | Name | Description |
---|---|---|
SpreadView | view | View that contains the user created formula |
int | row | Top row index of the cell in which the user entered a formula |
int | column | Left column index of the cell in which the user entered a formula |
int | row2 | Bottom row index of the cell in which the user entered a formula |
int | column2 | Right column index of the cell in which the user entered a formula |