[]
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)
Type | Name | Description |
---|---|---|
int | row | Row index of cell |
int | column | Column index of cell |
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)
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 |