[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellValueCommitErrorArgs

CellValueCommitErrorArgs Class

Provides data for the CellValueCommitErrorArgs events.

Inheritance
CellValueCommitErrorArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public sealed class CellValueCommitErrorArgs : CancelEventArgs
Public NotInheritable Class CellValueCommitErrorArgs
    Inherits CancelEventArgs

Constructors

Name Description
CellValueCommitErrorArgs(SpreadView, int, int)

Initializes a new instance of the CellValueCommitErrorArgs class.

Properties

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.