'DeclarationSub Unprotect( _ ByVal password As System.String _ )
'UsageDim instance As IWorkbook 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 workbook (ignored if the workbook was protected without a password).