register_formula_cell
Defined in header: <ixion/formula.hpp>
-
void ixion::register_formula_cell(model_context &cxt, const abs_address_t &pos, const formula_cell *cell = nullptr)
Regisiter a formula cell with cell dependency tracker.
- Parameters:
cxt – model context.
pos – address of the cell being registered. In case of grouped cells, the position must be that of teh top-left cell of that group.
cell – (optional) pointer to the formula cell object to register. You can skip this parameter, in which case the formula cell object will be fetched from the address of the cell. But passing a pointer will save the overhead of fetching.