'Declaration
Sub Unprotect( _ ByVal password As System.String _ )
'Usage
Dim instance As IWorkbook Dim password As System.String instance.Unprotect(password)
void Unprotect( System.string password )
Parameters
- password
- The password which was used to protect the workbook (ignored if the workbook was protected without a password).