visualizer icon indicating copy to clipboard operation
visualizer copied to clipboard

New action in to mimic cell modification

Open lpatiny opened this issue 6 years ago • 1 comments

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.

lpatiny avatar Dec 05 '18 09:12 lpatiny

yes column id is better

stropitek avatar Dec 05 '18 13:12 stropitek