renameSheet
renames the sheet
void renameSheet(string name,string newName);
| name | string | the current name |
| newName | string | a new name |
Example
$$("ssheet").renameSheet(name,newName);
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.