Click or drag to resize

Workbook SetWriteProtectionPassword Method

Sets write protection password.

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

Parameters

password
Type: System String
Password to set
See Also