[]
Raises the CellChanged event (that a change has been made to a cell on this sheet).
public void RaiseCellChanged(int row, int column)
Public Sub RaiseCellChanged(row As Integer, column As Integer)
Raises the CellChanged event (that a change has been made to a cell on this sheet).
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)