unregister_formula_cell

Defined in header: <ixion/formula.hpp>

void ixion::unregister_formula_cell(model_context &cxt, const abs_address_t &pos)

Unregister a formula cell with cell dependency tracker if a formula cell exists at specified cell address. If there is no existing cell at the specified address, or the cell is not a formula cell, this function is a no-op.

Parameters:
  • cxt – model context.

  • pos – address of the cell being unregistered.