saveCell
saves changes made in the cell
void saveCell(number row,number column);
| row | number | the row number |
| column | number | the column number |
Example
$$("ssheet").saveCell(row, column);
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.