'Declaration
Sub Unprotect( _ Optional ByVal password As System.String _ )
'Usage
Dim 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.