'DeclarationSub Protect( _ ByVal password As System.String _ )
'UsageDim instance As IWorksheet Dim password As System.String instance.Protect(password)
void Protect( System.string password )
procedure Protect( 
    password: System.String
); 
            function Protect( password : System.String );
void Protect( System.string* password )
void Protect( System.String^ password )
Parameters
- password
 - The password which will be required to unprotect the worksheet.