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)
Parameter | Type | Description |
---|---|---|
sheetIndex | Int32 | Index of the sheet that the cell belongs to. |
rowIndex | Int32 | Row index of the cell |
colIndex | Int32 | Column index of the cell |
See Also
- class AbstractCalculationMonitor
- namespace Aspose.Cells
- assembly Aspose.Cells