Aspose::Cells::AbstractFormulaChangeMonitor class

AbstractFormulaChangeMonitor class

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

class AbstractFormulaChangeMonitor

Methods

MethodDescription
AbstractFormulaChangeMonitor(AbstractFormulaChangeMonitor_Impl* impl)Constructs from an implementation object.
AbstractFormulaChangeMonitor(const AbstractFormulaChangeMonitor& src)Copy constructor.
IsNull() constChecks whether the implementation object is nullptr.
OnCellFormulaChanged(int32_t sheetIndex, int32_t rowIndex, int32_t columnIndex)The event that will be triggered when the formula in a cell is changed.
explicit operator bool() constoperator bool()
operator=(const AbstractFormulaChangeMonitor& src)operator=
~AbstractFormulaChangeMonitor()Destructor.

Fields

FieldDescription
_implThe implementation object.

Remarks

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

See Also