This method makes the current sheet modifiable from UI. After calling this method, the Protected property of Sheet returns false.
Defined in
Syntax
public void unProtect() public void unProtect(String password)
Parameters
String password
Provides the string password to un-lock the sheet.
See examples