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