Click or drag to resize

Workbook UnProtect Method (String)

unprotect file also upprotect workbook window and structure

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void UnProtect(
	string bookWindowAndStructurePassword
)

Parameters

bookWindowAndStructurePassword
Type: System String
password for protect workbook window and structure
See Also