[]
Provides data for the CellValueCommitErrorArgs events.
public sealed class CellValueCommitErrorArgs : CancelEventArgs
Public NotInheritable Class CellValueCommitErrorArgs
Inherits CancelEventArgs
Name | Description |
---|---|
CellValueCommitErrorArgs(SpreadView, int, int) | Initializes a new instance of the CellValueCommitErrorArgs class. |
Name | Description |
---|---|
Column | Gets the column index of the cell with the editor that raised the event. |
InvalidFormula | Gets a value indicating whether the formula is invalid. |
Row | Gets the row index of the cell with the editor that raised the event. |
View | Gets the view that contains the cell with the editor that raised the event. |