[]
Unprotects the sheet which is protected by password.
bool Unprotect(string password)
Function Unprotect(password As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | password | A string value that denotes the case-sensitive password to use to unprotect sheet. |
| Type | Description |
|---|---|
| bool |
|