Removes protection from a workbook. This method has no effect if the workbook isn't protected.
Removes protection from a workbook. This method has no effect if the workbook isn't protected.
[Visual Basic] Sub Unprotect()
[C#] void Unprotect();
[C++] void Unprotect();
[JScript] function Unprotect();
Removes protection from a workbook using password. This method has no effect if the workbook isn't protected.
[Visual Basic] Sub Unprotect(ByVal String)
[C#] void Unprotect(string);
[C++] void Unprotect(String*);
[JScript] function Unprotect(String);
IWorkbook Interface | NativeExcel Namespace | Unprotect Method