AbstractCalculationMonitor.BeforeCalculate
AbstractCalculationMonitor.BeforeCalculate method
Implement this method to do business before calculating one cell.
public virtual void BeforeCalculate(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