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)
Parameter | Type | Description |
---|---|---|
sheetIndex | int32_t | The sheet index of the changed cell |
rowIndex | int32_t | The row index of the changed cell |
columnIndex | int32_t | The column index of the changed cell |
See Also
- Class AbstractFormulaChangeMonitor
- Namespace Aspose::Cells
- Library Aspose.Cells for C++