Click or drag to resize

IWorkbook SetWriteProtectionPassword Method

This method sets write protection password.

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

Parameters

password
Type: System String
Password to set.
See Also