AbstractFormulaChangeMonitor class

AbstractFormulaChangeMonitor class

Monitor for user to track the change of formulas during certain operations.

The AbstractFormulaChangeMonitor type exposes the following members:

Methods

MethodDescription
on_cell_formula_changedThe event that will be triggered when the formula in a cell is changed.

Remarks

For example, while deleting/inserting range of cells, formulas of other cells may be changed because of the shift of references.

See Also