Click or drag to resize
NanoXLSX

WorksheetSheetProtectionPassword Property

Gets the password used for sheet protection. See SetSheetProtectionPassword(String) to set the password

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
Syntax
C#
public string SheetProtectionPassword { get; }

Property Value

String
Remarks
If a workbook with password protected worksheets is loaded, only the SheetProtectionPasswordHash is loaded. The password itself cannot be recovered. Use the SheetProtectionPasswordHash property to check whether there is a password set
See Also