[]
Represents the event data for the UserFormulaEntered event for the Spread component, which occurs when the user has entered a formula in a cell.
public class UserFormulaEnteredEventArgs : EventArgs
Public Class UserFormulaEnteredEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| UserFormulaEnteredEventArgs(SpreadView, int, int) | Creates a new object with the UserFormulaEntered event arguments. |
| UserFormulaEnteredEventArgs(SpreadView, int, int, int, int) | Creates a new object with the UserFormulaEntered event arguments. |
| Name | Description |
|---|---|
| Column | Gets the column index of the cell in which the user entered a formula. |
| Column2 | Gets the right column index of the cell in which the user entered a formula. |
| Row | Gets the row index of the cell in which the user entered a formula. |
| Row2 | Gets the bottom row index of the cell in which the user entered a formula. |
| View | Gets the main view in which the user entered a formula. |