visualizer
visualizer copied to clipboard
New action in to mimic cell modification
I need a way to mimic a cell modification using an action. In practice it is in the reaction calculator where I need to set a volume and that all the calculations are done like it was a user that changed this value.
Something like
API.doAction('changeCellValue, { row: 3, column: 10, value: 12.12 })
Or better would be the column name instead of the column number.
yes column id is better