Click or drag to resize

Workbook Protect Method (String)

protect file also protect 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 Protect(
	string passwordToOpen
)

Parameters

passwordToOpen
Type: System String
password to open file.
See Also