{description} {excerpt}Removes the write\-protection from the worksheet.{excerpt} {signature:C#} public void Unprotect() {signature}{signature:vb.net} Public Sub Unprotect() {signature} {example}{code:csharp|title=C#} ws.Unprotect();{code} {code:vb.net|title=vb.net} ws.Unprotect(){code} {example} |