ExcelWorksheetSecurityProtectWorksheet(String) Method
Protect the worksheet using the default protection options and set a password required to unprotect the worksheet.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public void ProtectWorksheet(
string password
)
Public Sub ProtectWorksheet (
password As String
)
public:
void ProtectWorksheet(
String^ password
)
member ProtectWorksheet :
password : string -> unit
Parameters
- password String
- The password.