HotXLS dokumentacija

Removes protection from a sheet. This method has no effect if the sheet isn't protected

procedure

procedure

UnProtect(); UnProtect();
UnProtect(); UnProtect();
UnProtect(); String. A string that denotes the case-sensitive password to use to unprotect the sheet. If the sheet isn't protected with a password, this argument is ignored
Example This example removes protection from the Worksheet one
Example This example removes protection from the Worksheet one

Workbook.Sheets[

].Unprotect(

Workbook.Sheets[1].Unprotect('mypass123');