[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellValueCommitErrorArgs.-ctor

CellValueCommitErrorArgs Constructor

CellValueCommitErrorArgs(SpreadView, int, int)

Initializes a new instance of the CellValueCommitErrorArgs class.

Declaration
public CellValueCommitErrorArgs(SpreadView view, int row, int column)
Public Sub New(view As SpreadView, row As Integer, column As Integer)
Parameters
Type Name Description
SpreadView view

View that contains the cell with the editor that raised the event

int row

Row index of the cell with the editor that raised the event

int column

Column index of the cell with the editor that raised the event