AbstractFormulaChangeMonitor.OnCellFormulaChanged

AbstractFormulaChangeMonitor.OnCellFormulaChanged method

The event that will be triggered when the formula in a cell is changed.

public virtual void OnCellFormulaChanged(int sheetIndex, int rowIndex, int columnIndex)
ParameterTypeDescription
sheetIndexInt32The sheet index of the changed cell
rowIndexInt32The row index of the changed cell
columnIndexInt32The column index of the changed cell

See Also