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.2+7f12a949130e0be1e987e553d2d08c083176cdca
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