after_calculate method
after_calculate
Implement this method to do business after one cell has been calculated.
def after_calculate(self, sheet_index, row_index, col_index):
...
Parameter | Type | Description |
---|---|---|
sheet_index | int | Index of the sheet that the cell belongs to. |
row_index | int | Row index of the cell |
col_index | int | Column index of the cell |
See Also
- module
aspose.cells
- class
AbstractCalculationMonitor