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.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
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