Protection.Password

Protection.Password property

Represents the password to protect the worksheet.

public string Password { get; set; }

Remarks

If password is set to null or blank string, you can unprotect the worksheet or workbook without using a password. Otherwise, you must specify the password to unprotect the worksheet or workbook.

See Also