value_changed 属性
value_changed 属性
计算后单元格的值是否已更改。 应仅在 AbstractCalculationMonitor.after_calculate(sheet_index, row_index, col_index) 中使用。
定义:
@property
def value_changed(self):
...
计算后单元格的值是否已更改。 应仅在 AbstractCalculationMonitor.after_calculate(sheet_index, row_index, col_index) 中使用。
@property
def value_changed(self):
...