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.3+98f265239ae8df4639650ecd7029244cc5e52dfc
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