'DeclarationSub Unprotect( _ Optional ByVal password As System.String _ )
'UsageDim instance As IWorksheet Dim password As System.String instance.Unprotect(password)
void Unprotect( System.string password )
Parameters
- password
 - The password which was used to protect the worksheet.