AbstractCalculationMonitor.AfterCalculate

AbstractCalculationMonitor.AfterCalculate method

Implement this method to do business after one cell has been calculated.

public virtual void AfterCalculate(int sheetIndex, int rowIndex, int colIndex)
ParameterTypeDescription
sheetIndexInt32Index of the sheet that the cell belongs to.
rowIndexInt32Row index of the cell
colIndexInt32Column index of the cell

See Also