BeforeCalculate

AbstractCalculationMonitor.BeforeCalculate method

实现这个方法先做生意再计算一个cell。

public virtual void BeforeCalculate(int sheetIndex, int rowIndex, int colIndex)
范围类型描述
sheetIndexInt32单元格所属工作表的索引。
rowIndexInt32单元格的行索引
colIndexInt32单元格的列索引

也可以看看