Click or drag to resize

ExcelDocumentSecurityUnprotectWorkbook Method (String)

Removes the protection from the workbook.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public void UnprotectWorkbook(
	string password
)

Parameters

password
Type: SystemString
Password to unprotect workbook.
See Also