NativeExcel for .Net Developer's Reference

IWorkbook.Unprotect Method

Removes protection from a workbook. This method has no effect if the workbook isn't protected.

Overload List

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);

See Also

IWorkbook Interface | NativeExcel Namespace | Unprotect Method