[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ChangeEventArgs.-ctor

ChangeEventArgs Constructor

ChangeEventArgs(SpreadView, int, int)

Creates a new object with the Change event arguments.

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

Spreadview object that contains the cell that is changed

int row

Row index of the cell that is changed

int column

Column index of the cell that is changed