Aspose::Cells::AbstractFormulaChangeMonitor class
Contents
[
Hide
]AbstractFormulaChangeMonitor class
Monitor for user to track the change of formulas during certain operations.
class AbstractFormulaChangeMonitor
Methods
Method | Description |
---|---|
AbstractFormulaChangeMonitor(AbstractFormulaChangeMonitor_Impl* impl) | Constructs from an implementation object. |
AbstractFormulaChangeMonitor(const AbstractFormulaChangeMonitor& src) | Copy constructor. |
IsNull() const | Checks 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() const | operator bool() |
operator=(const AbstractFormulaChangeMonitor& src) | operator= |
~AbstractFormulaChangeMonitor() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The 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
- Namespace Aspose::Cells
- Library Aspose.Cells for C++