Aspose::Cells::AbstractFormulaChangeMonitor::OnCellFormulaChanged method

AbstractFormulaChangeMonitor::OnCellFormulaChanged method

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

void Aspose::Cells::AbstractFormulaChangeMonitor::OnCellFormulaChanged(int32_t sheetIndex, int32_t rowIndex, int32_t columnIndex)
ParameterTypeDescription
sheetIndexint32_tThe sheet index of the changed cell
rowIndexint32_tThe row index of the changed cell
columnIndexint32_tThe column index of the changed cell

See Also