ExcelWorksheetSecurityProtectWorksheet(String) Method

Protect the worksheet using the default protection options and set a password required to unprotect the worksheet.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public void ProtectWorksheet(
	string password
)

Parameters

password  String
The password.

See Also