[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.RaiseCellChanged

RaiseCellChanged Method

RaiseCellChanged(int, int)

Raises the CellChanged event (that a change has been made to a cell on this sheet).

Declaration
public void RaiseCellChanged(int row, int column)
Public Sub RaiseCellChanged(row As Integer, column As Integer)
Parameters
Type Name Description
int row

Row index of cell

int column

Column index of cell

RaiseCellChanged(int, int, int, int)

Raises the CellChanged event (that a change has been made to a cell on this sheet).

Declaration
public void RaiseCellChanged(int row, int column, int rowCount, int columnCount)
Public Sub RaiseCellChanged(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Parameters
Type Name Description
int row

Row index

int column

Column index

int rowCount

Number of rows in range of cells

int columnCount

Number of columns in range of cells