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