Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Removes the write-protection from the worksheet.

Signature
C#
C#
<p> public void Unprotect()</p>
Signature
vb.net
vb.net
<p>Public Sub Unprotect()</p>
Example
Code Block
csharp
csharp
titleC#
ws.Unprotect();
Code Block
vb.net
vb.net
titlevb.net
ws.Unprotect()